フィルターのクリア

hi ,need some help in tensor case. i want to chain 3d meshgrid in once and create "image tensor" due to the movement meshgrid

1 回表示 (過去 30 日間)
itay
itay 2021 年 4 月 6 日
コメント済み: itay 2021 年 4 月 6 日
s = -10:10;
t = -10:10;
[S,T] = meshgrid(t,s);
L = cat(3,S,S+1,S+2,T,T+1,T+2);
r1 = rand(50,50);
r2 = rand(50,50);
rc = single(complex(r1,r2));
L = int32(L);
R = rc(L);
  2 件のコメント
darova
darova 2021 年 4 月 6 日
I don't understand the question. Can you show the result yo uwna to achieve?
itay
itay 2021 年 4 月 6 日
R suppose to be 50*50*6

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by