Filter löschen
Filter löschen

About infinite loop in microcomputer

1 Ansicht (letzte 30 Tage)
Hiroki Tanaka
Hiroki Tanaka am 16 Dez. 2018
Beantwortet: Mark Sherstan am 17 Dez. 2018
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.

Antworten (1)

Mark Sherstan
Mark Sherstan am 17 Dez. 2018
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

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Produkte


Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by