Passing a data file to a function in parfor or parfeval

조회 수: 3 (최근 30일)
Kavita Guddad
Kavita Guddad 2025년 1월 10일
댓글: Kavita Guddad 2025년 1월 13일
I want to pass a data file to process in parallel. Same data file to be used by each worker for complete process and each worker should process the whole datafile.
  댓글 수: 3
Kavita Guddad
Kavita Guddad 2025년 1월 10일

I want to do signal processing operation on the datafile which contains 512 msec data, when i do it on single channel its processes 512 msec,but when done in parallel for 4 channels,getting error after some iterations.

Steven Lord
Steven Lord 2025년 1월 10일
Please show us all the text displayed in red in the Command Window (and if there are any warning messages displayed in orange, please show us those too.) The full and exact text of the error message may be useful and/or necessary to determine what's going on and how to avoid the warning and/or error.
Showing a small sample of code that illustrates the problem that you're experiencing may help Answers provide a more concrete solution as well.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2025년 1월 10일
You can use parallel.pool.Constant -- provided that the values are read-only on the workers.

카테고리

Help CenterFile Exchange에서 Parallel for-Loops (parfor)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by