Math function and plotting
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
Hi,
I'm trying to plot that function y. I have matrix 1x11 x, then I think I should have 1x11 y. But I don't know why I only have one value of y. Please tell me why I'm wrong. Thank you.

Réponses (1)
James Tursa
le 5 Mar 2020
1 vote
You need to change that matrix divide operator / to an element-wise divide operator ./ with the dot.
1 commentaire
Nhut Ngo
le 5 Mar 2020
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!