필터 지우기
필터 지우기

how to create 3D spherical object ?

조회 수: 3 (최근 30일)
ajeet verma
ajeet verma 2017년 3월 27일
i have code for peak object that is shown in image matrix form and i want to generate spherical object using 'sphere' function so how to write code for sphere while for peak, code is given below; m=1000; n=1000; % object [x,y,z]=peaks; z=imresize(z,[m,n]); Q=exp(1i*z*2); imshow(z,[]),impixelinfo;

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by