Feeds
질문
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년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
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(:...
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년 전 | 0
| 수락됨
답변 있음
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: <...
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년 전 | 0
질문
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년 전 | 답변 수: 3 | 0
