How do I load symbolic equation from txt file?

2 views (last 30 days)
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

Answers (1)

Walter Roberson
Walter Roberson on 27 Dec 2015
fopen(); fgetl() or possibly even textscan; and when you have the string, sym() it.

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!