About infinite loop in microcomputer

1 回表示 (過去 30 日間)
Hiroki Tanaka
Hiroki Tanaka 2018 年 12 月 16 日
回答済み: Mark Sherstan 2018 年 12 月 17 日
Hi,
I am trying to create an infinite loop of main statement in microcomputer control.
However, input value can not be changed in infinite loop.
It would be greatly appreciated if you could tell me.

回答 (1 件)

Mark Sherstan
Mark Sherstan 2018 年 12 月 17 日
Do something such as this (loop runs continously, the function updates every loop and pulls values from your controller or elsewhere):
while 1
out = functionTest()
end
function [out] = functionTest()
% Get some value from microcontroller
end

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

タグ

製品


リリース

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by