photo

Jay


Last seen: 11 Monate vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

9 Fragen
0 Antworten

RANG
135.661
of 301.252

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 21.207

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.657

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Function handle with inputs
% When I input W(3) IN THE COMMAND LINE (without any input for ii), there is an output for W? % Why is that? m = 3; L = 10;...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why Undefined operator '-' in function_handle?
When I enter ' H(3) ' in the command line, the following error is shown: Undefined operator '-' for input arguments of type 'fu...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Undefined operand in function_handle
When I enter ' H(3) ' in the command line, the following error is shown: Undefined operator '-' for input arguments of type 'fu...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I multiply an indexed vector by scalar?
I have a vector B_ j that is twice phi_i : and phi_i = @(ii, m) atan( d + (ii*d)./m) ; Why I can not write B_j = 2.*phi_i ? ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I index this definite Summation notation?
i want to write the following formula in MATLAB in a concise code, giving anumerical output: For an arbitrarily chosen value ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Indexing definite Summation notation
I want to input the formula below into MATLAB to ultimately commpute 'W': Can you please tell me if how can I correct my code...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Shifting row and column of a matrix with minimum and maximum to the top and right repectively?
For a matrix with dimensions greater than 4 X 4. How to move the row with minimum sum to the top and the column with maximum sum...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Given a 3 by 3 matrix or greater matrix. How to find the position of the matrix with minimum sum in the matrix
Given a 3 by 3 matrix, how to find the position of the row with minimum sum, by indexing

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Shifting column of a matrix with maximum sum to the right?
After using a for loop to calculate the sum in each column of the matrix; how can I move the column with largest sum to the righ...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten