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

답변