photo

carlas


Technische Universiteit Delft

2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Change linespec of a line using only the figure handle.
Dear all, I was wondering how I can change the linespec of a set of lines when I already plotted the lines and only have the ...

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Circle packed with Circles
Dear all, I am wondering how to generate a circle filled with smaller circles? Do I have to calculate all the circle centers ...

거의 13년 전 | 답변 수: 5 | 1

5

답변

답변 있음
How to multiply two matrices
Thanks Titus and Andrei!

거의 13년 전 | 0

답변 있음
How to multiply two matrices
A = rand([10,10,10]); [m n p]= size(A); tic o1 = ones(p,1); out = cell2mat(cellfun(@mtimes,mat2cell(A,m,n,o1),...

거의 13년 전 | 0

질문


How to multiply two matrices
Hello, For example I would like to multiply the following two matrices: A = rand([10,10,10]); B = rand([10,10,10]); de...

거의 13년 전 | 답변 수: 4 | 0

4

답변

답변 있음
How to reshape a matrix
a(:,:,1)=eye(3,2); a(:,:,2)=2.*eye(3,2); B = reshape(permute(a, [1, 3, 2]), size(a,3)*size(a,1),size(a,2))

대략 13년 전 | 0

질문


How to reshape a matrix
Hello, For example I would like to reshape the following matrix 1 0 0 2 0 0 0 1 0 0 2 0 to 1 0 0 0 1 0 2 0 0 0 2 0 The ...

대략 13년 전 | 답변 수: 3 | 0

3

답변