Z must be a matrix, not a scalar or vector
조회 수: 2 (최근 30일)
이전 댓글 표시
figure
mesh(D(k),W(k),Z(k));
How can I mesh scalars or vectors after a for loop?
댓글 수: 1
Stephen23
2017년 9월 18일
"How can I mesh scalars or vectors after a for loop?"
What kind of mesh do you expect to see after plotting just one point?
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!