how to resize image 3D

7 ビュー (過去 30 日間)
mohd akmal masud
mohd akmal masud 2022 年 10 月 18 日
回答済み: Matt J 2022 年 10 月 18 日
Dear all,
I have .mat file as attached. The dimension is 130x130x74. How to make it to 128x128x72?
I was write the command
scale = 128/130;
new = imresize(g, scale);
%i tried reduce this one but error
[x,y,z,g] = reducevolume(g,[(128/130),(128/130),(72/74)]);
Error using reducevolume
Reduction values must be integers greater than or equal to 2
Anypne can help me?

採用された回答

Matt J
Matt J 2022 年 10 月 18 日

その他の回答 (0 件)

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by