Shivank Anchal
2019 年からアクティブ
Followers: 0 Following: 0
Feeds
回答済み
timer function is not executing the function i am providing ,please help me with this?
function ritik for x=1:10 start(t) stop(t) disp(x) end >> global t >> t=timer('timerfcn',ritik,'startdelay',2...
timer function is not executing the function i am providing ,please help me with this?
function ritik for x=1:10 start(t) stop(t) disp(x) end >> global t >> t=timer('timerfcn',ritik,'startdelay',2...
5年以上 前 | 0
質問
timer function is not executing the function i am providing ,please help me with this?
this is in script window: function ritik for x=1:10 start(t) stop(t) ...
5年以上 前 | 3 件の回答 | 0
3
回答質問
How shall i print whole numbers with a time delay of 1 sec???the below program display random numbers with time delay.I want to print the sequence of numbers with timer delay.
>> t=timer('timerfcn',@(x,y)disp(rand),'executionmode','fixedrate','period',1) t = Timer Object: timer-39 Timer ...
5年以上 前 | 1 件の回答 | 0
1
回答回答済み
Index in position 1 exceeds array bound (must not exceed 2) error
t=timer('timerfcn',@(x,y)disp(x(2,2)) this line is incorrect ,it should have been t=timer('timerfcn',@(x1,y)disp(x(...
Index in position 1 exceeds array bound (must not exceed 2) error
t=timer('timerfcn',@(x,y)disp(x(2,2)) this line is incorrect ,it should have been t=timer('timerfcn',@(x1,y)disp(x(...
5年以上 前 | 0
| 採用済み
質問
Index in position 1 exceeds array bound (must not exceed 2) error
>> x=rand(5,5) x = 0.8594 0.8865 0.7127 0.0424 0.8175 0.8055 0.0287 0.5005 0.0714 0.7224 ...
5年以上 前 | 1 件の回答 | 1