photo

Monkeydongkey


University of Rochester

Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
111.823
of 301.219

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.193

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.467

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort