Community Profile

photo

JAYEN PILLAY


Last seen: alrededor de 4 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 5 años hace | 2 respuestas | 0

2

respuestas