About infinite loop in microcomputer

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.

Respuestas (1)

Mark Sherstan
Mark Sherstan el 17 de Dic. de 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

Categorías

Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.

Productos

Versión

R2017a

Etiquetas

Preguntada:

el 16 de Dic. de 2018

Respondida:

el 17 de Dic. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by