필터 지우기
필터 지우기

About infinite loop in microcomputer

조회 수: 3 (최근 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 CenterFile Exchange에서 Loops 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