I am trying to plot x and y with y being the only unknown but I don’t what is wrong in my code please help
Afficher commentaires plus anciens

1 commentaire
KSSV
le 11 Jan 2021
Don;t attach your code as image snippet.....copy paste your code here.
Réponse acceptée
Plus de réponses (1)
KSSV
le 11 Jan 2021
0 votes
- Your x is an array
- Where as theta is only a scalar.
- You have to make theta and x both arrays of same size.
- You need to use element by element operations.
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!