필터 지우기
필터 지우기

Multiple Calls to Functions in Separate MATLAB Sessions

조회 수: 7 (최근 30일)
David C
David C 2012년 8월 27일
I wrote a function named auto2process(param). I have several MATLAB sessions open on the same machine, and I need to call auto2process(param1, param2) in three MATLAB sessions:
session 1: calls auto2process(param1)
session 2: calls auto2process(param2)
session 3: calls auto2process(param3)
Question: would there be any undesirable code "mixing" from different sessions? That is, will one call of auto2process in session 1, be affected by the fact that auto2process is called in session 2? In other words, will session 1 calling auto2process(param1) switch to executing auto2process(param2) when auto2process(param2) is called in session 2?
Thanks, David

채택된 답변

Sean de Wolski
Sean de Wolski 2012년 8월 27일
Not to my knowledge. (Unless it shares a file read/write or something like that).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by