photo

Monkeydongkey


University of Rochester

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
265,161
of 301,754

평판
0

참여
5 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,410

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,414

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


How can I make a function m-file that compute harmonic sum??
What I did is function f = f+1./i f=0 for i = 1:n f= f + 1./i end Please anyone help me out?

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is the difference between A' vs A.' ?
First one is transpose of matrix A. I don't see any difference between A' and A.' since I keep getting same thing

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How Can I vectorize the following codes?
for i=1:40, A(i,2); end for j=1:100, x(j)=1/j; end s=0; for k=1:100, s=s+rand; end I think for the second one...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is the difference between following commands?
A==B vs A=B, where A and B are matrices.

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I write a function m-file that calculates harmonic sum?
Actually, It is my first time using MATLAB and I am assigned to write a function m-file that computes the value of harmonic seri...

10년 초과 전 | 답변 수: 1 | 0

1

답변