필터 지우기
필터 지우기

What is the equivalent matlab function for “ctrl+c” ?

조회 수: 6 (최근 30일)
sri prakash muniyandi
sri prakash muniyandi 2016년 8월 10일
편집: Stephen23 2016년 8월 10일
I want to implement the abort (Ctrl+C) function in my GUI application.
Basic Functionality of my application:-
Take list of calibration and parse it through number of *.m files picking up the corresponding calibration values from *.m files and creating a xml files.
Problem description : -
Once I started my application its enter into a looping. Even if I click on my Abort button in my application is responding very late. Basically the problem is priority of function call. Purpose of Abort functionality:- If user is giving 50 *.m files and they want to terminate process in between 10th or 15th file.
_Query :-
Now, in my GUI I want to implement Abort function (equivalent to “Ctrl+c” in matlab command prompt). Can you suggest me some solution. Like how to make my abort function as high priority

답변 (0개)

카테고리

Help CenterFile Exchange에서 Debugging and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by