Applying MatLab functions to .txt files.
Show older comments
Helo, I have data stored in 2 a .txt file. I want to take that data and use function trapz for integration. The problem is that my data is very large and can I can not move it to an array. My t1.txt contains domain of my function and t2.txt contains values of the function.
Basically I want to do the following trapz(t1.txt,t2.txt)
Answers (0)
Categories
Find more on Numerical Integration and Differentiation 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!