photo

Daniel


Last seen: 2 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

6 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
271,636
of 300,513

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
112,429
of 169,480

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

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

10 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] [...

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

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

11 years ago