필터 지우기
필터 지우기

problem with showing a big matrix

조회 수: 1 (최근 30일)
changiz
changiz 2014년 5월 27일
편집: the cyclist 2014년 5월 28일
i have this program but as my matrix get bigger (values up to 100) isosurface just shows me an empty cube...what should i do to show it right?
close all
clear all
nx=100;
ny=100;
nz=100;
mat=zeros(nx,ny,nz);
mat(30:70,30:70,30:70)=0.3;
mat(48:53,48:53,30:70)=0;
isosurface(mat);
xlim([1 nx]);
ylim([1 ny]);
zlim([1 nz]);
  댓글 수: 1
changiz
changiz 2014년 5월 28일
when turning nz=100 to nz=98 it shows right!!!!!!!!!!!

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Scalar Volume Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by