photo

Kiryl Zhaliazka


Last seen: etwa ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

11 Fragen
0 Antworten

RANG
247.647
of 300.759

REPUTATION
0

BEITRÄGE
11 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
81.82%

ERHALTENE STIMMEN
0

RANG
 of 21.081

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.900

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
  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I create arrays with different names using loop?
I want to create n=1:56 arrays with names a(n), and each array contein random number. thank you.

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to transform struct to array?
I have struct with 96 fields, each field contein 1 number, how I can make array that will be contain one column and 96 rows, eac...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I decide one struct to another one?
I have struct s1 96 fields, each field contein 1 number, and the same struct s2 but with another numbers in fields. How can i cr...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I make second struct with summary from the first struct?
I have struct s with 96 fields 21*21, how can I make new struct s_new with fields that conteins sumarry of each column of fields...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I make summary array of each fields from struct?
I have struct s with 96 fields 21*21, How can I made array with summary of all numbers from each erray?

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I split one large matrix to struct with several fields?
I have matrix M 100 by 20, how can i split it to struct with 10 fields with size 10 by 20? Thank you.

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is it possible to create a variable like list of numbers from other matrix?
For example, I have random matrix 10*10, and I want to create array of numbers that my matrix has, and if some of numbers repeat...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can i find row and column numbers of max value of each field in structure?
I fave struct s with 3 fields that have different names, each field 5*10 matrix. Also I have veriable s_max 3*1 with max value f...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I manipulate with fields in structure.
I have struct s with 96 fields that have different names, each field is 44x1 column of numbers. is it possible to divide all nu...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to provide gaussian fitting of spectrums with multiple peaks ?
I have a plot of my Signal to wavenumber, and i want to saw can one pic containe several subpeks or not using gaussian fitting. ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to create matrix with Standard deviation from every 5 columns of another matrix?
I have matrix 100x20, how to create a new matrix with SD of evey 5 columns from the first one, to have 100x4 new matrix.

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten