Plotting surface returns error

조회 수: 6 (최근 30일)
Maciej Kupras
Maciej Kupras 2022년 11월 28일
편집: millercommamatt 2022년 11월 28일
Hi, I do have 2 vectors:
pbp_ss that has dimesions of 1x80 and is a double type
pbp_st that has dimesions of 1x50 and is a double type
And matrix:
stosunek_delta3_delta2 that is 50x80 double
When I try to plot a surface with code
surface(pbp_st,pbp_ss,stosunek_delta3_delta2);
Matlab returns an error of:
Warning: Error creating or updating Surface
Error in value of property ZData
Array is wrong shape or size
How can I solve this?

채택된 답변

millercommamatt
millercommamatt 2022년 11월 28일
편집: millercommamatt 2022년 11월 28일
Your first two inputs need to be reversed. That is, the order in which they are provided to the function need to be switched.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by