mesh along a plane for a 3D vector
이전 댓글 표시
I have a 3D matrix A with dimensions 64x64x301 (x,y,z (say)). Now I can plot the 3D version along the z plane by using mesh(A(:,:,1)). However, I am unable to do the same along x and y planes. It gives the error "Z must be a matrix, not scalar or vector". Please help!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!