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!