Feeds
已回答
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=...
4 days 前 | 0
提问
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 ...
4 days 前 | 0 个回答 | 0
