photo

hamed


Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

10 Questions
0 Réponses

RANG
230 582
of 300 863

RÉPUTATION
0

CONTRIBUTIONS
10 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
70.0%

VOTES REÇUS
0

RANG
 of 21 100

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 413

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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]=...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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 ...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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(...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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,...

plus de 9 ans il y a | 1 réponse | 0

1

réponse