Statistica
RANK
100.734
of 295.495
REPUTAZIONE
0
CONTRIBUTI
10 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
0
RANK
of 153.991
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 6 anni fa | 0 risposte | 0
0
risposteForce 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
quasi 6 anni fa | 0
Domanda
simulink 初值赋值问题
大神别走啊 求耐心的听我叨叨完再做决定呗 因为我做的是一个具体的过程,说起来更麻烦,所以抽象的描述下我遇到的难题。 simulink中我建立了模型a,假设初始条件为A,利用积分器模块计算。 matlab中利用命令运行模块a,当满足一定...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 7 anni fa | 1 risposta | 0