Akzeptierte Antwort

Walter Roberson
Walter Roberson am 31 Okt. 2016

3 Stimmen

sinx would be a variable with a 4 character name, and would have nothing to do with the sine function, just like sinister would have nothing to do with the sine function.
The sine function applied to x would be sin(x)

Weitere Antworten (1)

Kamal Dissanayaka
Kamal Dissanayaka am 1 Okt. 2020

0 Stimmen

syms x y ezplot(y=x+sinx) xlabel('x') ylabel('y') grid on

Community Treasure Hunt

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

Start Hunting!

Translated by