Info

此问题已关闭。 请重新打开它进行编辑或回答。

Not sure what the scatterplot error is?

1 次查看(过去 30 天)
L. E.
L. E. 2017-3-25
关闭: MATLAB Answer Bot 2021-8-20
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 个评论
L. E.
L. E. 2017-3-25
Thanks! I was able to eliminate some null values that were floating around and use the reshape function.
Star Strider
Star Strider 2017-3-25
My pleasure!
Now I wish I’d posted this as an Answer!

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by