Statistics
RANK
102,847
of 301,695
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,386
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,117
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
Answered
Help with Matlab plotting
Here is a basic template To plot the bar, you can use polyshape: x = [ 0 , 0 , 18, 18]; y = [-0.5, 0.5, 0.5,-0.5]; beam=...
Help with Matlab plotting
Here is a basic template To plot the bar, you can use polyshape: x = [ 0 , 0 , 18, 18]; y = [-0.5, 0.5, 0.5,-0.5]; beam=...
2 days ago | 0
Question
Recieving "Error using nlmpc/nlmpcmove (line 104) Expected "Parameters" to be a vector"
Hi, I'm trying to use nlmpc for a simple example as an introduction. nx = 2; ny = 2; nu = 1; nlobj = nlmpc(nx, ny, nu); Ts ...
2 days ago | 0 answers | 0
