photo

yiying peng


Last seen: ungefär 2 år ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 2 år ago | 1 answer | 0

1

answer