photo

yiying peng


Last seen: 約2年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


value transform by for loop
clear all;clc; n=5; for i= 1:n c(:,:,i)=randi([0 3], 2, 2); end for i= 1:n cdct(:,:,i) = dct2(c(:,:,i)); end cd1_1 = cdc...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Storage many same dimension matrixes to one matrix
if x1 x2 x3 all 4x4 matrix i want storage them easy to k=[x1 x2 x3] and i have k matrix 4x12 but when n is larger to 100000 f...

約2年 前 | 1 件の回答 | 0

1

回答