How to assign a symbolic equation to previously defined numeric matrix?
2 views (last 30 days)
Show older comments
I have a vector that at the first stage it contains numeric values, but later must be assigned by symbolic equations. How is it possible in Matlab?
As a short example:
clear
syms eta__2 zeta__2
Wxy2(1)=1;
Wxy2(1) = legendreP(1, zeta__2)*legendreP(1, eta__2) ;
Answers (0)
See Also
Categories
Find more on Symbolic Math Toolbox 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!