carlas - MATLAB Central
photo

carlas


Technische Universiteit Delft

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 11/11 to 04/25Use left and right arrows to move selectionFrom 11/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 个提问
3 个回答

排名
23,725
of 298,247

声誉
1

贡献数
4 个提问
3 个回答

回答接受率
75.0%

收到投票数
1

排名
 of 20,553

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,685

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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 ...

13 years 前 | 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 years 前 | 5 个回答 | 1

5

个回答

已回答
How to multiply two matrices
Thanks Titus and Andrei!

13 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0

3

个回答