How do I load symbolic equation from txt file?
2 views (last 30 days)
Show older comments
Hello everybody and Merry Christmas. I need to load for each element in a txt file a simbolic equation in order to integrate it lately. How do I do? Thanks! Fabrizio
0 Comments
Answers (1)
Walter Roberson
on 27 Dec 2015
fopen(); fgetl() or possibly even textscan; and when you have the string, sym() it.
0 Comments
See Also
Categories
Find more on Holidays / Seasons 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!