Feeds
質問
WORLD COORDINATE SYSTEM CHANGE IN SIMULINK
IS THERE ANYWAY I COULD CHANGE THE WORLD COORDINATE SYSTEM DIRECTIONS IN SIMULINK ? SPECIALLY IN SIM MECHANICS, FOR INSTANCE TH...
13年以上 前 | 1 件の回答 | 0
1
回答質問
SIMULINK COORDINATE SYSTEM WORLD
How Can I change the world coordinate axes IN SIMULINK? I want to change the world coordinate system I mean changing the direct...
13年以上 前 | 1 件の回答 | 0
1
回答回答済み
??? Error using ==> vertcat CAT arguments dimensions are not consistent.
yes f1 and f2 and f3 and f4 all of them are 1x111 column vector.
??? Error using ==> vertcat CAT arguments dimensions are not consistent.
yes f1 and f2 and f3 and f4 all of them are 1x111 column vector.
13年以上 前 | 0
| 採用済み
質問
??? Error using ==> vertcat CAT arguments dimensions are not consistent.
I keep getting this error: ??? Error using ==> vertcat CAT arguments dimensions are not consistent. when I am writting down t...
13年以上 前 | 2 件の回答 | 0
2
回答回答済み
fmincon function ( constrained nonlinear multi-variable optimization)
what I need to do is optimizing (by fmincon syntax) the energy (objective function) so I have to calculate the energy by main pr...
fmincon function ( constrained nonlinear multi-variable optimization)
what I need to do is optimizing (by fmincon syntax) the energy (objective function) so I have to calculate the energy by main pr...
13年以上 前 | 0
回答済み
fmincon function ( constrained nonlinear multi-variable optimization)
Yes, I should run the main program for each X however I am not sure whether the objective function or constraints function is th...
fmincon function ( constrained nonlinear multi-variable optimization)
Yes, I should run the main program for each X however I am not sure whether the objective function or constraints function is th...
13年以上 前 | 0
回答済み
fmincon function ( constrained nonlinear multi-variable optimization)
thanks, so How could I access to the variable which define in the worksapce and I want to use them in the mycon function?!( I t...
fmincon function ( constrained nonlinear multi-variable optimization)
thanks, so How could I access to the variable which define in the worksapce and I want to use them in the mycon function?!( I t...
13年以上 前 | 0
回答済み
fmincon function ( constrained nonlinear multi-variable optimization)
Hi, I have done the actual mycon code is as follows: function [c,ceq]=mycon(x) persistent x3 Tc xdata global four...
fmincon function ( constrained nonlinear multi-variable optimization)
Hi, I have done the actual mycon code is as follows: function [c,ceq]=mycon(x) persistent x3 Tc xdata global four...
13年以上 前 | 0
質問
fmincon function ( constrained nonlinear multi-variable optimization)
the question is how could I calculate the nonlinear constraints in the mycon function (constraints function) in the fmincon synt...
13年以上 前 | 8 件の回答 | 0
8
回答回答済み
Subscript indices must either be real positive integers or logicals
basically I am using fmincon syntax to optimize the objective function which is : function E=Energy(X) persistent x3 x6 ...
Subscript indices must either be real positive integers or logicals
basically I am using fmincon syntax to optimize the objective function which is : function E=Energy(X) persistent x3 x6 ...
14年弱 前 | 0
回答済み
Subscript indices must either be real positive integers or logicals
how could I use this function in the nonlinear constraint function do I need to use global syntax ?! no the other variables are...
Subscript indices must either be real positive integers or logicals
how could I use this function in the nonlinear constraint function do I need to use global syntax ?! no the other variables are...
14年弱 前 | 0
回答済み
Subscript indices must either be real positive integers or logicals
fourier is a function function F= fourier(x,t) F=x(1)+x(2)*sin(2*pi*t/111)+x(3)*cos(2*pi*t/111)+x(4)*sin(4*pi*t/111)+x...
Subscript indices must either be real positive integers or logicals
fourier is a function function F= fourier(x,t) F=x(1)+x(2)*sin(2*pi*t/111)+x(3)*cos(2*pi*t/111)+x(4)*sin(4*pi*t/111)+x...
14年弱 前 | 0
質問
Subscript indices must either be real positive integers or logicals
I am trying to optimize a function with nonlinear constraints. and the constraints function is as follows: function [c,ce...
14年弱 前 | 5 件の回答 | 0
5
回答質問
how can I calculate forces from inverse dynamic model in sim mechanics which is derived by joint actuators.
I have developed an inverse dynamic human model which is derived by joint actuators (joint angles).the question is how can I sol...
約14年 前 | 0 件の回答 | 0
0
回答質問
how can I get the Forces as an Output of mechanical system derived by motion data?
I am struggling to get Forces signals for the Inverse dynamic system which actuated by joint angles.
約14年 前 | 1 件の回答 | 0
1
回答質問
what is the difference between mux and vector concatenate?
I want to input the joint angle, joint angular velocity and joint angular acceleration to the joint actuator, how could I specif...
約14年 前 | 1 件の回答 | 0
1
回答質問
How to add force sensor to sim mechanics body
I have a simple joint actuator which is actuating by motions in sim mechanics I want to get the force outputs how can I connect ...
約14年 前 | 0 件の回答 | 0