Statistik
RANG
216.367
of 300.379
REPUTATION
0
ANTWORTZUSTIMMUNG
20.0%
ERHALTENE STIMMEN
0
RANG
of 20.931
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.299
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How can I get A knowing Ap and p?
For an n*n symbolic matrix A and an n*1 symbolic vector p, if I know the value of p and Ap, how can I find A?
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I write a symbolic vector function n(q, w) as c(q, w)*w + g(q)?
Here q and w are vectors as well. For example if I have n(q, w) as cos(w1)*cos(q1)*w1 + q1 I want to get c(q, w) as cos(w1)*cos(...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to generate a simulink matlab function block for a very large function?
I'm generating a Simulink Matlab function block using matlabFunctionBlock() for a function describing some robot dynamics which ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I create an array of symbolic matrices?
I need to create an array of symbolic matrices. But when I try this code: syms a b c x(6) = [a b; c 0] Unable to perf...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortHow can I evaluate the next state to take a decsion in Simulink?
After some time thinking and trying solutions I came up with one that works well enough for my application. What I did is that I...
mehr als 7 Jahre vor | 0
Frage
How can I evaluate the next state to take a decsion in Simulink?
Keeping the complicated details aside, what I want to do is this: I want to take a decision in Simulink (Choose between two cont...
mehr als 7 Jahre vor | 2 Antworten | 0
