Help with graph plotting

1 view (last 30 days)
Amy Topaz
Amy Topaz on 7 Mar 2022
Commented: Amy Topaz on 8 Mar 2022
I am getting the below strange horizontal line starting from 0 to the other end while plotting a curve.
Any idea why would this be?
I am using plot function
plot(a,b);
  2 Comments
Davide Masiello
Davide Masiello on 7 Mar 2022
Please share what a and b are.
Amy Topaz
Amy Topaz on 7 Mar 2022
a is 1*50 array and b is 50*50 array.

Sign in to comment.

Accepted Answer

Matt J
Matt J on 7 Mar 2022
Your a and b contain data for 2 lines.
  3 Comments
Matt J
Matt J on 7 Mar 2022
Edited: Matt J on 7 Mar 2022
If one of the column of b is zero, it would explain why you are getting horizontal line. Troubleshooting would be easier, though, if you would Run your code here in the forum (not on your local computer):
That way, we'd all have access to both code and data and see what it's doing.
Amy Topaz
Amy Topaz on 8 Mar 2022
Yes except the first column all other colums are 0. Can I append the final answer matrix to contain 50*1 array instead of 50*50?

Sign in to comment.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!