Statistics
RANK
167,187
of 300,799
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 21,092
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 171,134
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
Feeds
Question
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?
7 years ago | 1 answer | 0
1
answerQuestion
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(...
7 years ago | 2 answers | 0
2
answersQuestion
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 ...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 1 answer | 0
1
answerHow 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...
7 years ago | 0
Question
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...
7 years ago | 2 answers | 0
