MatLab Subroutine Capabilities for Calculations
Show older comments
I would like to create a program and would like to know if MatLab can be programmed to do what I require.
If so, what is the best way to achieve the desired calculations that interact at different stages with one another.
Example Values:
Data Set 1
1.1 = 18.556732
1.2 = 25.433254
1.3 = 81.151712
1.4 = 96.304015
Data Set 2
2.1 = 18.556854
2.2 = 25.433242
2.3 = 81.152563
2.4 = 96.314000
Data Set 3
3.1 = 18.556844
3.2 = 25.433333
3.3 = 85.000000
3.4 = 96.313025
Desired Calculation:
Step 1 : Have the GUI ask the user the number of values in the first data set
- The user inputs 4
Step 2 : The GUI asks for the alphabetical level of precision required ("A", "B" or "C")
- The user inputs a letter
- That letter references conditions to be met and those conditions are assessed during the input of each data set.
Eg. The user inputs level "A"
Level "A" requires the following
- - The running SD (the SD is recalculated during the run time) for each relative input (1.1, 2.1, 3.1, etc)<= 1.5 .
- - The Maximum range between respective values of the datasets be <= 2
- - The number of data sets required be >= 10.
This is required for every instance of a new data set of values.
5 Comments
Image Analyst
on 9 Mar 2018
Walter Roberson
on 9 Mar 2018
"I can give you the specifics in a private message if you desire as I do not want others to use my code without putting the effort into creating a program themselves."
The most active volunteers much prefer to work entirely in public so that everyone can use the knowledge. It is not that we object to commercial organizations or private profits, but we do object to our work being used for exclusive private gain without compensation to us. If you want private consultation, hire a private consultant.
Jay
on 9 Mar 2018
Walter Roberson
on 9 Mar 2018
Specifics are not code. Unless you have gone to the trouble of doing a complete functional breakdown with flow charts and careful interface definitions and data dictionaries and schemas, then your requirements probably do not need to be private.
Accepted Answer
More Answers (0)
Categories
Find more on Data Import from MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!