Qiaoli Ji
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
100.728
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 6 años hace | 0 respuestas | 0
0
respuestasForce 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
casi 6 años hace | 0
Pregunta
simulink 初值赋值问题
大神别走啊 求耐心的听我叨叨完再做决定呗 因为我做的是一个具体的过程,说起来更麻烦,所以抽象的描述下我遇到的难题。 simulink中我建立了模型a,假设初始条件为A,利用积分器模块计算。 matlab中利用命令运行模块a,当满足一定...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 7 años hace | 1 respuesta | 0