photo

Daniel Cleveland


Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
205,477
of 301,447

REPUTATION
0

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,284

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,609

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Find borders of a truth map
Hi, I have an array truth_map = [0 0 0 0 0 0 0 0 1 1 ; 0 0 0 0 0 0 0 0 1 1 ; 0 0 0 0 0 0 0 1 1 1 ; 0 0 0 0 0...

10 years ago | 2 answers | 0

2

answers

Answered
Lyapunov Plotting: using 'mesh' and 'meshgrid' with matricies
Found the solution. I had to replicate what mesh does. e = ErrorData.signals.values(:,1); ed = ErrorData.signals.values(:...

11 years ago | 0

| accepted

Answered
Lyapunov Plotting: using 'mesh' and 'meshgrid' with matricies
Hi, Nope, didn't work unfortunately. It doesnt' seem to "connect the dots" per say in the way I want. Here's the result: <...

11 years ago | 0

Question


Lyapunov Plotting: using 'mesh' and 'meshgrid' with matricies
I'm trying to plot a 3d graph of a Lyapunov function of a control system I've created. The function is: V(x)=xT*P*x where...

11 years ago | 3 answers | 0

3

answers