Statistics
RANK
23 725
of 295 486
REPUTATION
1
CONTRIBUTIONS
4 Questions
3 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
mer än 12 år ago | 3 answers | 0
3
answersQuestion
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 ...
nästan 13 år ago | 5 answers | 1
5
answersHow 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),...
nästan 13 år ago | 0
Question
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...
nästan 13 år ago | 4 answers | 0
4
answersHow 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))
ungefär 13 år ago | 0
Question
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 ...
ungefär 13 år ago | 3 answers | 0