Extracting user defined data

1 Ansicht (letzte 30 Tage)
Hitesh Bugata
Hitesh Bugata am 7 Okt. 2019
Kommentiert: Jon am 8 Okt. 2019
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

Jon
Jon am 7 Okt. 2019
If you type doc readmatrix on the command line you will get all the documentation, including examples for using this function. You can also google MATLAB readmatrix.
SImilarly if you look at the documentation for interp2 it will give you examples.
If once you have done this and put together an initial code to try out your ideas and you are still stuck then please attach the code and describe the specific problems you are having.
  8 Kommentare
Hitesh Bugata
Hitesh Bugata am 8 Okt. 2019
I should mention that I've used interp1 and not interp2.
Jon
Jon am 8 Okt. 2019
Oh OK. From your initial problem description I thought you were interpolating over the rows and columns of the table thus interp2. I can understand if you are selecting just one column from the table and are interpolating over the rows of that column it makes sense to use interp1

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Jon
Jon am 7 Okt. 2019
You can use readmatrix to get the data out of the spreadsheet.
You can use interp2 to do the interpolation.
  1 Kommentar
Hitesh Bugata
Hitesh Bugata am 7 Okt. 2019
May I get a sample code on how it looks? It would clarify many of my doubts. Thank you!

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Time Series Objects finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by