How to terminate any sub function's execution within the main function?

6 Ansichten (letzte 30 Tage)
When I am running a MATLAB function that time if I don’t want to wait for the any sub function result and I want to terminate the running of that sub function but at the same time my others sub function should give me the result and graph .
As a example :
function [………output………]= mainfun (input)
[…..output ….]=subfun1(input)
[…….output….]=subfun2(input)
#some plot
end
maybe for me my subfun2 is taking more time to give me the result that time I want to terminate this function after certain period of time and want to get the other functions result .
  8 Kommentare
Akash Pal
Akash Pal am 27 Jun. 2022
the subfunctions are plotting the graph .
Walter Roberson
Walter Roberson am 27 Jun. 2022
https://www.mathworks.com/help/parallel-computing/parallel.pool.dataqueue.html

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Graphics Objects finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by