importing the excel data into matlab in symbolic math tool
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
Walter Roberson
el 15 de En. de 2021
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 comentarios
Walter Roberson
el 16 de En. de 2021
We do not have your data to test with. We also do not know what your manual calculations came out as.
Ver también
Categorías
Más información sobre Data Import from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!