Auto generated scatter plot takes four argument instead of two

조회 수: 1 (최근 30일)
Syed Mohammad
Syed Mohammad 2019년 11월 3일
댓글: Syed Mohammad 2019년 11월 6일
I was trying to create a scatter plot from an excel file and autogenerate the code of the figure. Everything works fine but while trying to autogenerate the code it generates four arguments in its code instead of two which I selected during creating the figure. So When I call the function to re-create the figure it shows error. How can I solve the problem. One solution is two erase 2 arguments manually from auto generated code. But what is wrong with the auto-generated code.
Thanks in advance.question_scatter_plot.png
  댓글 수: 3
Syed Mohammad
Syed Mohammad 2019년 11월 4일
Thank you! But is it possible to change the properties so that by default it takes two argument (X1,Y1) instead of (X1, Y1, S1, C1) while auto-generating the code. I saw this is possible for newer version of Matlab and I am using R2014b. For both scatter and gscatter plot it takes maximum arguments and I am having problem with regenerating the figure and I need to modify the auto generated function manually.
Walter Roberson
Walter Roberson 2019년 11월 4일
I do not know. I have rarely used autogeneration of figure code.

댓글을 달려면 로그인하십시오.

채택된 답변

Subhadeep Koley
Subhadeep Koley 2019년 11월 6일
Syed,
Yes, it is true that in MATLAB R2014b the auto generated code for a scatter plot contains two extra input arguments. But this problem has been addressed in later releases and when I tried the same in R2019a it is generating two input arguments only. Therefore, upgrading to latest MATLAB release can help.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by