Warning: Could not find appropriate function on path loading function handle
27 ビュー (過去 30 日間)
古いコメントを表示
After I updated to matlab2018a, my commercial software "SARproz" which runs under matlab failed to process data. Matlab gives this error:
Warning: Could not find appropriate function on path loading function handle C:\Program Files\MATLAB\R2018a\toolbox\images\images\private\resampsep.mexw64>resampsep > In parallel_function>make_general_channel/channel_general (line 917) In remoteParallelFunction (line 46)
I have checked that this function exists in the directory. All of my data come up with the same error when using matlab2018, but they are good with matlab2017. I think this is a compatibility problem. How can it be solved ?
0 件のコメント
回答 (2 件)
Jan
2018 年 6 月 5 日
This is not a question for the general Matlab forum. Contact the author of the software.
The software is from 2015 and all I find there is: "Matlab 2012 or higher". It is possible that the compiled MEX files are not running under 2018a anymore.
5 件のコメント
Pietro Milillo
2019 年 4 月 4 日
Hi Jan,
I have the same issue. The same code works on Matlab2017b while it gives me the exact same error in 2018b.
Can you please advice? I think it is a bug in the new Matlab version.
Warning: Could not find appropriate function on path loading function handle /Applications/MATLAB_R2018b.app/toolbox/images/images/private/resampsep.mexmaci64>resampsep
> In parallel_function>make_general_channel/channel_general (line 923)
Jan
2019 年 4 月 5 日
@Daniela, Pietro, Jinghui: Withoujt seeing the original code and having the commercial software, I cannot run any tests or understand, when the problem occurs. So please contact the author of the commercial software and ask the official Matlab support for help. Both will ask for code, which repdoduces the problem also.
Daniele Perissin
2020 年 1 月 6 日
Hi Jan,
I do not know how this forum works, I never got the replies above, I just discovered them by chance today.
Just for the sake of closing the topic, please check the following:
thanks and best
Daniele
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!