How can I write ln in Matlab?

20 visualizaciones (últimos 30 días)
Hdez
Hdez el 22 de En. de 2021
Respondida: Cris LaPierre el 22 de En. de 2021
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

Respuestas (1)

Cris LaPierre
Cris LaPierre el 22 de En. de 2021
MATLAB uses log for natural log and log10 for log base 10.
See documentation for log and log10.

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by