photo

hamed


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
230,564
of 300,847

評判
0

コントリビューション
10 質問
0 回答

回答採用率
70.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,279

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to create arrays for 3D matrix?
Hello I created an array in order to put the results into it. Meanwhile, my matrix is 3D. The 3D matrix is: *[4,3,2]=...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Transpose on ND array is not defined. Use PERMUTE instead.
Hello All I have an error in a line when I try to run my program. I want to write the following code: *ub=[maxc*ones(l,r,h...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


In an assignment A(:) = B, the number of elements in A and B must be the same.
Hello Dears I have a 3D matrix H1: *[l,r,h3]=size(H1);* Which l,r,h3 are defined in another class and function. I have ...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Matrix dimensions must agree.
Hello Dears I have a 3D matrix like this: H1([3,4,5,6,7,8],1,6)=1; So, I defined a variable c like: c=1000*ones(...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


N-dimensional arrays are not supported.
Hello All I have a 3d matrix as below: *[l,r,h3]=size(H)* When I want to write eye(), as follows, I get an error. Ae...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


Subplot in MATLAB by using 3d matrix
Hello subplot(2, 1, 1), plot(Utility); subplot(2, 1, 2), plot(AggreThroughput); I would like to use subplot function bu...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


Inputs must be 2-D, or at least one input must be scalar
I have the following codes: [l,r,h3]=size(H); maxc=max(c); h=H*ones(h3,1); z1=(maxc/r)*ones(r,1); So, when I wa...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Inputs must be 2-D, or at least one input must be scalar
Hello I want to write the following codes in MATLAB, but I encounter a problem like as following [H1,c,ms,path]=mytopo(t...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Writing math formula into the matlab
I try to write the below formula: <</matlabcentral/answers/uploaded_files/56318/11.png>> *h=sum(H1(l*m)^r);* Is that tr...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Assignment has more non-singleton rhs dimensions than non-singleton subscripts
I have the codes as follows: function [H1,c,s,path,d,m]=topology1(topo) if (strcmp(topo,'access')) H=zeros(24,18,...

9年以上 前 | 1 件の回答 | 0

1

回答