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
Show older comments

1 Comment
KSSV
on 11 Jan 2021
Don;t attach your code as image snippet.....copy paste your code here.
Accepted Answer
More Answers (1)
KSSV
on 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.
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!