photo

Asemahle Ndamase


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
137,356
of 300,369

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,936

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,436

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


What is the running time of the algorithm
I have this code: n = length(V); S = zeros(n,2*n); for i = 1:n for j = 2:i for k = 1:n S(i,j+k...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How do I test a vector element by element for imaginary elements
Here is the the vector i Have r = -1.6659 + 0.0000i -0.3049 + 1.1564i -0.3049 - 1.1564i 1.1378 + 0.3231i 1....

6 years 前 | 1 个回答 | 0

1

个回答

提问


I am trying to write a matlab function that that takes a matrix as input and test if that matrix is a square(using a sub-function) and if it is a square it must test if it meets a certain condition. Here is my code
function [a,b] = matr(A) [a,b]=size(A) d=diag(A) S=sum(d==0) Results = tests(a,b) if S>0.5*length(d) RT1=1 disp(...

6 years 前 | 0 个回答 | 0

0

个回答