How can I write ln in Matlab?
古いコメントを表示
How can I write ln in this part of my code as I keep getting an error. Thank yon
%Gaussian parameters
M= (1+nc)/2; %M= mean number
SD= sqrt (-(j-M)^2/(2*ln(20/100))); %SD= standard derivation
Error in Code2 (line 44)
SD= sqrt (-(j-M)^2/(2*ln(20/100))); %SD= standard derivation
回答 (1 件)
Cris LaPierre
2021 年 1 月 22 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Simulink Real-Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!