Applying MatLab functions to .txt files.
3 views (last 30 days)
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)
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!