Info

This question is closed. Reopen it to edit or answer.

Not sure what the scatterplot error is?

1 view (last 30 days)
L. E.
L. E. on 25 Mar 2017
Closed: MATLAB Answer Bot on 20 Aug 2021
I am getting an error message when I try to plot this, but MatLab does not specify what the problem is. Thanks.
GL4_Strm = xlsread('GL4_Stream.xlsx');
GL4_endm = xlsread('GL4_Endmember.xlsx');
scatterplot(GL4_Strm,GL4_endm);
  8 Comments
L. E.
L. E. on 25 Mar 2017
Thanks! I was able to eliminate some null values that were floating around and use the reshape function.
Star Strider
Star Strider on 25 Mar 2017
My pleasure!
Now I wish I’d posted this as an Answer!

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!