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...
12 years 前 | 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...
12 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 ...
13 years 前 | 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...
13 years 前 | 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...
13 years 前 | 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...
13 years 前 | 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...
13 years 前 | 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.
13 years 前 | 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...
13 years 前 | 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 ...
13 years 前 | 0 个回答 | 0