필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Sending output from instance to another instance to compute.

조회 수: 1 (최근 30일)
Francisco Sanchez
Francisco Sanchez 2018년 2월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
So I have very basic knowledge of matlab and have come across an issue. I have a graph set up where I can get different outputs (x and y) depending where I click on it. I would like that to be running that in one window and on the other window, I'd like for the x and y to be changing within a while loop so I get different functions activated. Does that make sense? And if so, is that possible to do?
Example
Instance 1
function... x = y =
---------
Instance 2
while true
if x>0 && y>0
function A
elseif x<0 && y<0
function B
end

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by