photo

Serhii Sheinych


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
152.057
of 300.364

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

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 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to rewrite the maximum element of an array by an avarage
I have an array of 100 random numbers and i need to detect the maximum value of an array and then replace it by mean value of an...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to implement this formula in MatLab?
n is a constant = 100 x is an array of 100 rand elements

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to find value which is berofe max value of an array?
I have an array, let it be r1 = rand(1,100). I need to find max value and a value which is before maximum. How can i do it? Ma...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to built a histogram in MatLab as Excel did it?
I have a vector of 7 integer values and try to built a histogram, but I have a result, which i did not expected. I've built a h...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to realize this cycle in MatLab?
int i; int y1; int y2; int y3; int y4; int y5; int y6; int y7; for (i=0; i<100; i++){ if(x[i]>=m && x[i]<m+s) y1++; e...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort