How do I load symbolic equation from txt file?
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Walter Roberson
2015 年 12 月 27 日
fopen(); fgetl() or possibly even textscan; and when you have the string, sym() it.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!