photo

Lamont Granquist


Last seen: 2 mesi fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
2 Risposte

RANK
141.607
of 300.364

REPUTAZIONE
0

CONTRIBUTI
4 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 1
  • First Review
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Can the controlSystemDesigner be used to tune a 2DOF PID controller?
I know how to do this with pidtune or simulink. I understand how a 2DOF PID can be decomposed into separate reference and outpu...

3 mesi fa | 1 risposta | 0

1

risposta

Risposto
How does Matlab compute numerical jacobians?
So I got this working on R2021a, which I'll reproduce here since I've seen other people wonder how to make sfdnls or finitediffe...

quasi 3 anni fa | 0

| accettato

Domanda


How does Matlab compute numerical jacobians?
How do Matlab functions like lsqnonlin compute numerical jacobians, and can those functions be called directly? And I'm aware o...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


How do you create a symbolic function of symbolic vectors?
What I'm trying to write is this: syms T real r=sym('r', [1 3], 'real'); v=sym('v', [1 3], 'real'); pv=sym('pv', [1 3], 'rea...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Risposto
Pass variable by reference to function
This isn't so much an answer but an example of why pass-by-reference would be useful. I want to pull an array of values out of ...

oltre 6 anni fa | 0

Domanda


What is an elegant way to pack and unpack an array of structures to/from a single vector?
What I've got is an array of structures of somewhat complicated data: data(1).r = [ 1 2 3 ]; data(1).v = [ 4 5 6 ]; data(1).m...

oltre 6 anni fa | 1 risposta | 0

1

risposta