photo

Michael Grybko


Last seen: mehr als 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
3 Antworten

RANG
181.303
of 301.275

REPUTATION
0

BEITRÄGE
2 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
0

RANG
 of 21.216

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.777

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 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
I'm using some code that worked a few mothes ago to create a figure with subplots and now I get a bunch of errors. Is there an easy fix?
The 1st row in the file consists of titles and isn’t numeric. This wasn’t a problem before, but I now have to specify to skip th...

fast 5 Jahre vor | 0

Beantwortet
I'm using some code that worked a few mothes ago to create a figure with subplots and now I get a bunch of errors. Is there an easy fix?
Well, I just figured it out when I uploaded the xlsx file. I need to change my xdat variable to: xdat = D(2:end,1); and ydatS...

fast 5 Jahre vor | 0

Beantwortet
I'm using some code that worked a few mothes ago to create a figure with subplots and now I get a bunch of errors. Is there an easy fix?
I haven't changed the version of MatLab, R2020a I've attached the xlsx file

fast 5 Jahre vor | 0

Frage


I'm using some code that worked a few mothes ago to create a figure with subplots and now I get a bunch of errors. Is there an easy fix?
filename1 = uigetfile('*.xlsx'); H = filename1; D = xlsread(H); xdat = D(:,1); ydatSt1 = D(:,(2:4:14)); figS1 = gcf; s...

fast 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


standard deviation and mean across specific columns of a 3D matrix
I have multiple excel files that I need to analyze. The data is voltage vs time, and the size of each file is 700x216 double. Ea...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort