Statistik
RANG
96.342
of 301.273
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.212
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.726
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
Frage
I'm trying to get the EMG reading in graph form from this file, I was able to get a graph but it looks zoomed out?
EDIT: fixed your code so that it runs here S= load('Exercse 1.mat'); plot(S.data, 'b', 'DisplayName', 'File 2');
12 Monate vor | 1 Antwort | 0
1
AntwortI'm trying to plot a mat file with a 1x1 structure, but it's giving the error that "Index in position 2 exceeds array bounds. Index must not exceed 1."
does it work ?
etwa ein Jahr vor | 0
Frage
I'm trying to plot a mat file with a 1x1 structure, but it's giving the error that "Index in position 2 exceeds array bounds. Index must not exceed 1."
data1 = load('radial.mat'); % Assume data is [X1 Y1] for file1 plot(data1(:,1), data1(:,2), 'g', 'DisplayName', 'File 2'); ...
etwa ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
I'm trying to plot a mat file with a 1x1 structure, but it's giving the error that "Index in position 2 exceeds array bounds. Index must not exceed 1."
data1 = load('radial.mat'); % Assume data is [X1 Y1] for file1 plot(data1(:,1), data1(:,2), 'g', 'DisplayName', 'File 2');
etwa ein Jahr vor | 1 Antwort | 0