我code如下
t=0:1:160
t'
x=1700
D=390
M=1e+09
C = (M/4900.884539/t'.^0.5) * exp(-x.^2 /4 / D / t')
然後要求出C的時候
matlab跳出
『Error using /
Matrix dimensions must agree.』
========================
我試過 把t'改成t 也跑不出來 照樣跳出" Error using * "的結果
嘗試多次其他改變 也一樣
但我發現如果 把x跟t這兩樣參數互換 把t的參數當x輸入 把x的參數當t輸入
居然可以正常run =.="