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...
6년 초과 전 | 답변 수: 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

