Feeds
질문
save changes in variable pass in timer function
I want to change the value of a variable ( Precio) that i pass to a function in a timer. In the following call that variable don...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
running two guide in real time
I have two guides. In the firs guide i have a timer that read datas that charge in a second guide. How can run the second guide ...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
trigger when the clock change the hour
I want to put condition for loading data when the clock changes time, for example, when the time changes from 16:00 to 17:00. A...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
switch when the clock is on point
I want to put a condition when the clock changue the hour, i do that is bellow, but i want to know is there is other way to do t...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can reduce code?
I want to reduce the following code, where ind_cond is sub-set that satisfy cetain conditions. Someone can help me, please? ...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Delete all rows in a Table in a guide
When i delete all rows in a table in a guide, the header of the colws also dissapear, but i want maint it in the guide? How can...
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
how can i get the intersection of two step curves?
how can obtain the intersection of two step curves
4년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
simple "While Loop" questions
function [vslSave]=prueba(x) vsl=x; vslSave=[]; while vsl<=10 if vsl >=0.001 && vsl<=0.01 increment ...
simple "While Loop" questions
function [vslSave]=prueba(x) vsl=x; vslSave=[]; while vsl<=10 if vsl >=0.001 && vsl<=0.01 increment ...
11년 초과 전 | 0
질문
How count pulse when go up in simulink?
How count pulse when go up in simulink, to obtaint the speed of the motor throught a encoder that emits 50 pulses for revolution...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Name for this practice: c = x.^2
If you put a vector as x, the operator "." made the operation for each value of the vector.
Name for this practice: c = x.^2
If you put a vector as x, the operator "." made the operation for each value of the vector.
11년 초과 전 | 0
답변 있음
how to make zero padding?
M=rand(2,1); K=[zeros(2,1) M zeros(2,1)]; N=[zeros(1,3); K; zeros(1,3)];
how to make zero padding?
M=rand(2,1); K=[zeros(2,1) M zeros(2,1)]; N=[zeros(1,3); K; zeros(1,3)];
11년 초과 전 | 0
질문
How realised analysis parametric with simulink?
I wish realized a analysis parametric as the what make Pspice? Run several simulations changing a parameter.
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
how can store signal in real time for period time?
I need collect the information of a period of time, for example, when a variable suffer a change while simulation is runinig in ...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
How store transient in real time?
I working with dspace and simulink. I need collect the information of transient, for example, when the load change, for can repr...
대략 12년 전 | 답변 수: 0 | 0