importing the excel data into matlab in symbolic math tool
7 ビュー (過去 30 日間)
古いコメントを表示
i have used symbolic math tool box to find out the variable in the equation. i have imported the data from the excel file to matlab.but i am not getting the result.

0 件のコメント
回答 (2 件)
Walter Roberson
2021 年 1 月 15 日
Your X is a vector with four elements. When you use it in the equations you are creating a system of four simultaneous equations. You then ask solve to find a single N value that solves all of the equations simultaneously.
solve() is not vectorized: it is simultaneous solutions only.
9 件のコメント
Walter Roberson
2021 年 1 月 16 日
We do not have your data to test with. We also do not know what your manual calculations came out as.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!