photo

Tom Bedkowski


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
2 Answers

RANK
132,252
of 300,338

REPUTATION
0

CONTRIBUTIONS
6 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Answered
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...

6 years ago | 0

Question


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...

6 years ago | 2 answers | 0

2

answers

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 0 answers | 0

0

answers

Question


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 ...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 2 answers | 0

2

answers

Question


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 ...

7 years ago | 2 answers | 0

2

answers

Answered
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...

7 years ago | 0