Why there has error on Array in GUI?

1 view (last 30 days)
alef imran
alef imran on 15 May 2016
Commented: Walter Roberson on 15 May 2016
Im currently learning about the GUI.i hot some problem to plot data into axes using zlim. Its said the "array is wrong shape or size" and "error in value of property XData". How to countermeasure that?
  2 Comments
Geoff Hayes
Geoff Hayes on 15 May 2016
alef - you will need to show your line or lines of code that is generating this error. How are you calling zlim? What are the dimensions of the input array?
Please copy and paste your code and the full error message to your question so that we can help you debug the problem.
Walter Roberson
Walter Roberson on 15 May 2016
We need to see your code. zlim can only accept a vector of two elements.

Sign in to comment.

Answers (0)

Categories

Find more on Images 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!