Feeds
質問
fimplicit gives a warning ''Function behaves unexpectedly on array inputs.''
I just wanna plot a dispersion equation according to the paper. here is my code, really simple. clc,clear all, fimplicit(@(x...
7年弱 前 | 1 件の回答 | 1
1
回答回答済み
How to show the value of sym in workspace?
try the function double. syms x k = int(x^2,0,l); Kvalue = double(k); then you will see that Kvalue is value type in works...
How to show the value of sym in workspace?
try the function double. syms x k = int(x^2,0,l); Kvalue = double(k); then you will see that Kvalue is value type in works...
7年以上 前 | 0

