Error using codistributed/sprintf (line 10) sprintf does not support inputs of type 'codistributed'.
조회 수: 1 (최근 30일)
표시 이전 댓글
Hi, everyone.
when I run a matlab code in my personal computer. it retures me:
===========
Error using codistributed/sprintf (line 10)
sprintf does not support inputs of type 'codistributed'.
Error in distributed/wrapRemoteCall>iInnerWrapper (line 83)
[varargout{:}] = fcnH( varargin{:} );
Error in spmd_feval_fcn>get_f/body (line 78)
[outCell{:}] = fcnH( inCell{:} );
================
however, I can run the same code on the cluster.
How can I do it? Thanks.
답변 (1개)
Munish Raj
2019년 2월 26일
Hello Bingkun,
Can you please provide more details about the code?
The question is not a generic error, it might be because of a specific task that you are trying to perform.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Scope Variables and Generate Names에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!