Statistik
11 Fragen
0 Antworten
RANG
138.700
of 300.343
REPUTATION
0
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
72.73%
ERHALTENE STIMMEN
0
RANG
of 20.926
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.172
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
Feeds
Frage
Conconate arrays horizontally in an automatic manner
Hi, I have the following matrix: features_arm.(subjects{q}).(taskname{i}).AccNorm taskname contains RF1, RF2 & RF3. (reach fo...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Size of subplots in figure is not the same
I have attached a figure in which I want to plot 13 subplots. I have used subplot(5,3,n) to do so. For some reason, matlab...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Fix window width in bar plot
Hi, I am making bar plots of reponses of a survey and I have added 2 examples in attachment. For plot 1, the response options ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Difference 'bandpower' with time-dependent signal or 'bandpower' with PSD
Hi all, I have a question with respect to matlab's built-in function "bandpower". The power of a certain signal can be calcula...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Automatically put content of structure fields in a matrix
Hi all, For the following structure: A.TEST=rand(15x8); A.TEST1=rand(15x8); A.TEST2=rand(15x8); A.TEST3=rand(15x8); A.TEST...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Fill NaN matrix with vector of unequal sizes
Hi all, I have the following code: temp = {'AccNorm','GyrNorm'}; NSensors = 5; for a = 1:length(temp) for k = 1:NSenso...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Multiple summations in one formula
Hi all, I'm not very good at matlab and trying incorporate the above formula. I'm trying to do part (2) and (3) first, to g...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to remove fixed xlabels from bar plots?
Hi, I have a bar plot in which matlab automatically calls the two things I gave as an input as "one" and "two", but these are n...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Continue in a for loop if a string in a string array isn't present
Hi, I currently have this code: def = {'Acc_X','Acc_Y','Acc_Z','Gyr_X','Gyr_Y','Gyr_Z'}; RF = {'RF1','RF2','RF3','RF4'}; for...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to ignore non-existing variables in a for loop?
Hi, I am trying to load different structures with a for loop. However, some of the structures will not contain the field that i...
mehr als 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
'Reference to non-existent field' when using nested for loops
Hi, I'm trying to calculate some simpe things for data that is in structures and put it in a new 'outcome' structure which can ...
mehr als 6 Jahre vor | 1 Antwort | 0
