How can I store the corresponding temperatures (T), specific volumes (v), and entropies (s) of a thermodynamics superheated table in MATLAB arrays.

1 view (last 30 days)
I need to store temperatures (T), specific volumes (v), and entropies (s) of a thermodynamics superheated table (in attached file) in order to use them in making calculations such as heat transfer.

Answers (1)

the cyclist
the cyclist on 26 Apr 2022
I recommend using Tabula to extract the data from the PDF file into a text file or spreadsheet.
Then there are a few ways to pull the data from the file into MATLAB. readtable is one way.

Categories

Find more on Thermodynamics and Heat Transfer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!