photo

Tom Bedkowski


Last seen: mehr als ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
2 Antworten

RANG
232.539
of 300.365

REPUTATION
0

BEITRÄGE
6 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Select with the cursor in a plot the interval boundaries
I got it what i want. xdata = 1:10; ydata = rand(1,10); plot(xdata, ydata) [x, y] = ginput(2) inpolygon(xdata, ydata, x...

etwa 6 Jahre vor | 0

Frage


Select with the cursor in a plot the interval boundaries
Hello, is there any opportunity to choose with the cursor in a plot points to define variables. I want to select with two curs...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Windowed FFT magnitude / leakage effect
Hello, i am doing an windowed fft to get the magnitude by a frequency. But the result of the magnitude is not the magnitude of...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Import excel data with Generate Function
Hello, if i open an excel data (.xls) with matlab and chose in Import Selection Generate Function i get a function which i cant...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


simulation of a continuous data input (in Simulink)
Hello, i wrote an algorithmn in matlab to analyse data from excel. There just the time and the velocity which is a measurement ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


transform duration into some visible in the table
Hello, i got a cell array which is on the picture shown. In this array is 'duration' shown and not the value. Why this happen...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


nargin doesn't work with my settings
Hello, i got one function to classifiy a Number N. The classifikation depends on a maximal Number n_max and on the boundaries ...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
nargin doesn't work with my settings
***The problem was, that i defined N, n_max, KG0, KG1, KG2 but not KG3. ***KG3 was not in the workspace. So Matlab throws: Unde...

fast 7 Jahre vor | 0