Matlab won't recognize "ln"

t=1:0.1:2; y=-1./ln(t+1); plot(t,y)
I'm trying to plot this function but I keep receiving this error. What could I be doing wrong?
Undefined function or variable 'ln'. Error in HW3_2_Actual (line 2) y=-1./ln(t+1);

 Risposta accettata

Star Strider
Star Strider il 6 Dic 2015

0 voti

In MATLAB (and a number of other programming languages), the natural logarithm function is log, not ‘ln’.

Più risposte (1)

Jan
Jan il 6 Dic 2015
Modificato: Jan il 6 Dic 2015
You can ask the forum, of course. But you would get a faster answer if you ask an internet search engine for "Matlab natural logarithm". And the information can be found in Matlab's documentation also:
docsearch logarithm
Althought Star Stride has solved the problem already, it is worth to mention these two methods, because he needed 17 minutes, while Google found it in less then half a second.
[EDITED, better formulation] It took you 17 minutes to wait for an answer written by Star Strider, although I'm sure he knew the answer even faster than Google. But in the forum additional delays are accumulated: The time for typing the question, the time until it appears in the forum, the time until it is read, the time for typing an answer and submitting it and finally the delay until you read the answer.

3 Commenti

Star Strider
Star Strider il 6 Dic 2015
@Jan —
Please! It didn’t take me 17 minutes to find the answer, it took me about 15 minutes to find the Question and less than 2 minutes to type and post the Answer.
Jan
Jan il 6 Dic 2015
Modificato: Jan il 6 Dic 2015
@Star Stride: Oh sorry, I did not meant your part of the process. I was too lazy with the coice of my words. I tried to improve it, see [EDITED]. :-)
Star Strider
Star Strider il 6 Dic 2015
@Jan — Your English is almost infinitely better than my German, so I have no complaints!
Your point is well-taken. Searching the available documentation should be the first option.

Accedi per commentare.

Categorie

Scopri di più su Programming in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by