photo

Asemahle Ndamase


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
287,778
of 301,153

평판
0

참여
3 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,182

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,067

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

거의 7년 전 | 답변 수: 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....

거의 7년 전 | 답변 수: 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(...

거의 7년 전 | 답변 수: 0 | 0

0

답변