Qiaoli Ji
Followers: 0 Following: 0
Statistiques
RANG
100 734
of 295 495
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
20.0%
VOTES REÇUS
0
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how to use matlab-function to planning trajectory and why I met these errors?
function q = hip_wangfu30_guihua(t) % q0=hip(:,1); % qf=hip(:,2); % qf1=hip(:,3); q0=30; qf=-30; qf1=30; % total_time=l...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How to get pulse counts of incremental encoder by NI PCIe-6323 and matlab simulink desktop real-time?
I am trying to use a National Instruments PCIe-6323 DAQ with simulink desktop real-time and a quadrature encoder. However, when...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Error using mex No supported compiler or SDK was found
Hello, sir. I had installed successfully as you do. But, when I run mex -setup, errors existed. Could you give me advice? Thank...
presque 6 ans il y a | 1 réponse | 0
0
réponseForce update scope window when running rapid accelerator mode from command line
Hi, Kaixiang Wang , I have met a question about matlab compiler installation. So could you help me? Thanks QQ:1069994175
presque 6 ans il y a | 0
Question
simulink 初值赋值问题
大神别走啊 求耐心的听我叨叨完再做决定呗 因为我做的是一个具体的过程,说起来更麻烦,所以抽象的描述下我遇到的难题。 simulink中我建立了模型a,假设初始条件为A,利用积分器模块计算。 matlab中利用命令运行模块a,当满足一定...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Could you send me the example of "Tank falling station" in Maltab2017b?
<</matlabcentral/answers/uploaded_files/101884/QQ%E5%9B%BE%E7%89%8720180121110803.png>> It is a hybrid system modeled by simu...
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
SimEvents Examples In the figure Input voltage under DVS Control, what do the red line and blue line represent?
<< <</matlabcentral/answers/uploaded_files/101422/QQ%E5%9B%BE%E7%89%8720180116215302.png>> <</matlabcentral/answers/upload...
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Error in port widths or dimensions.
q dq = q1 q2 dq1 dq2 (4*1) My question is that why the output of x4 has 12 elements?? Many thanks! <</matlabcentral/answe...
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
how to use the return ?
My question is that when the if condition was executed and return was executed too. The whole procedure will stop. The following...
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
In an assignment A(I) = B, the number of elements in B and I must be the same.
In an assignment A(I) = B, the number of elements in B and I must be the same. Error in step (line 18) dy(3) = 0.1e...
presque 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
In ode45 is the initial state y0 column vector only?
function dy = rigid(t,y) dy = zeros(3,1); % a column vector dy(1) = y(2) * y(3); dy(2) = -y(1) * y(3); dy(3) = -0.51...
environ 7 ans il y a | 1 réponse | 0