photo

Jay


Last seen: 10 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
76,849
of 300,997

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,134

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,289

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答