photo

Jay


Last seen: 10 months ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
76,849
of 300,989

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,131

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 172,248

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 2 answers | 0

2

answers