We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
错误使用 im2ucm (line 39) 在 'loadvar' 的工作进程上引发了 UndefinedFunction 错误。这可能是因为在这些工作进程上无法访问包含 'loadvar' 的文 件。使用 addAttachedFiles(pool, files) 指定要附加的必要文件。请参阅 'parallel.Pool/addAttachedFiles'的相关文档 以获取更多详细信息。
出错 run_ucm (line 25) parfor i = 1:numel(imname)
原因: 未定义与 'char' 类型的输入参数相对应的函数 'loadvar'。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
错误使用 im2ucm (line 39)
在 'loadvar' 的工作进程上引发了 UndefinedFunction 错误。这可能是因为在这些工作进程上无法访问包含 'loadvar' 的文
件。使用 addAttachedFiles(pool, files) 指定要附加的必要文件。请参阅 'parallel.Pool/addAttachedFiles'的相关文档
以获取更多详细信息。
出错 run_ucm (line 25)
parfor i = 1:numel(imname)
原因:
未定义与 'char' 类型的输入参数相对应的函数 'loadvar'。
The text was updated successfully, but these errors were encountered: