Community Profile

photo

Daniel


Last seen: 4 months ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Interpolate from curve data
Hi, I have this curve. <</matlabcentral/answers/uploaded_files/46108/porp_curves.jpg>> From this curve I can determine ...

8 years ago | 2 answers | 0

2

answers

Question


How to use structure arrays to log event information from data
I have time series data, eg, data = [1 850;2 860;3 850;4 800;5 840;6 840;7 790;8 780;9 850;10 850]; I want to use structure ...

8 years ago | 0 answers | 0

0

answers

Question


Keeping count of consecutive of two vectors
I have two vectors. A = [9 9 8 12 12 12 7 6 15 15 15 15 21 21 10 5 15 9 9 9 9 7 20 20 1 5 6 7 7]; B = [212 100 21...

8 years ago | 1 answer | 0

1

answer

Question


Line and scattered data on one plot
I have three polynomials, y_150 = @(x) 22*((x-23)/4.9)^4 - 48*((x-23)/4.9)^3 + 27*((x-23)/4.9)^2 - 37*((x-23)/4.9) + 40; ...

8 years ago | 1 answer | 0

1

answer

Question


How to plot components of a cell array?
I have a cell array looking something like this. event{event_log} = [1,9,212] [4,12,200] [5,12,180] [6,12,200] [9,15,200] [...

8 years ago | 1 answer | 0

1

answer

Question


Finding a series of numbers in a vector which correspond with a series of numbers in a different vector.
I Have two vectors for example, Yaw = [9 9 8 9 10 10 10 10 14 15 15 15 15];%Degrees, Speed = [212 212 213 180 200 190 20...

8 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years ago