photo

Johnny


Last seen: mehr als 5 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

7 Fragen
0 Antworten

RANG
162.962
of 301.261

REPUTATION
0

BEITRÄGE
7 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 21.209

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.690

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

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Forming loop to simplify codes
Can you help me use loop to simplify the following code and produce the same graph? c=5 dista=log([12:-1:8 6 4:-1:1]+retint) ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


A question about matrix
By following codes, I get a 50x50 matrics with randon 1 and 0. Now I want to specify how many 1 and how many 0 are in this 50x50...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


To make coding simplier and have the same plot
Is there any ways to make my coding simplier at the same time keep my plot result as same as my original one? retint05 = 5 ret...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


a question about plotting
Q. I have many S seperately with different on lines on the plot, lines with different k have different colours and shapes. I ch...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


a easier way to do vector
Is there any easier or more efficient way to calculate SF when there is different k? I = [1:100] k03 = 0.3 k1 = 1 k3 = 3 ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Need help to vectorize a for loop
Pls help... how to vectorise this for loop unimodal=[28 42 46 49 52 55 58 61 64 68 82] for n=1:11 ru(n)=(unimodal(n)-min(...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


vectorisation a for loop
c=5; retint=0; dist=log([10:-1:1]+retint); for i=1:length(dist) eta=exp(-c*abs(dist(i)-dist)); discrim(i)=1/sum...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten