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=...
23日 前 | 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 ...
23日 前 | 0 件の回答 | 0
