I want to create a 3D matrix
이전 댓글 표시
I want to create a 3D matrix A(10*10*10) then subdivide(1*1*1) it and then give some property to few elements(say at (5,6,10)&(6,6,10) A = 5; else A=0;) and then see this.
댓글 수: 7
Image Analyst
2018년 1월 20일
Shivangi
2018년 1월 20일
Walter Roberson
2018년 1월 20일
Be careful with comparing floating point values using the bit-for-bit equality operator == . Consider using ismembertol() instead.
Walter Roberson
2018년 1월 20일
See vol3d in the File Exchange.
Shivangi
2018년 1월 20일
Walter Roberson
2018년 1월 20일
Sure.
Shivangi
2018년 1월 21일
편집: Walter Roberson
2018년 1월 21일
답변 (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!
