Extracting user defined data
Ältere Kommentare anzeigen
When I run the program, it should ask for values of m, y/b ratio. I can provide y/b value as 0.15, 0.23... which the program needs to interpolate and display the answer. Is it possible to create such program?

Akzeptierte Antwort
Weitere Antworten (1)
Jon
am 7 Okt. 2019
0 Stimmen
You can use readmatrix to get the data out of the spreadsheet.
You can use interp2 to do the interpolation.
1 Kommentar
Hitesh Bugata
am 7 Okt. 2019
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!