I had an error when i tried to use Real Time Transmit

2 views (last 30 days)
how can i use this example without any error , thank in advanced for your help https://www.mathworks.com/help/xpc/examples/real-time-transmit-and-receive-over-ethernet.html
Reference to non-existent field 'Details'.
Error in xpc_setup_for_visual32 (line 28) args.mexOpts.batFileLoc = args.mexOpts.comp.Details.CommandLineShell;
Error in slrt_wrap_make_cmd_hook (line 38) makeCmd = xpc_setup_for_visual32(args);
Error in wrap_make_cmd
Error in wrap_make_cmd
Error in rtwprivate (line 16) [varargout{1:nargout}] = feval(function_name, varargin{1:end});
Error in RTW/genMakefileAndBuild>invokeTMF
Error in RTW/genMakefileAndBuild>locGenMakefileAndBuild
Error in RTW/genMakefileAndBuild
Error in RTW/genMakefileAndBuildWrapper
Error in coder.internal.runCompile
Error in coder.internal.ModelBuilder/make_rtw (line 919) compileResult = coder.internal.runCompile...
Error in coder.internal.ModelCodegenMgr/make_rtw (line 8) buildResult = obj.make_rtw(varargin);
Error in make_rtw (line 18) buildResult = h.make_rtw(varargin{:});
Error in build_target
Error in build_target
Error in build_standalone_rtw_target
Error in slbuild_private
Error in slbuild_private
Error in sl (line 15) [varargout{1:nargout}]=feval(varargin{:});
Error in slbuild (line 61) sl('slbuild_private', mdl, varargin{:});
Error in rtwbuild (line 189) slbuild(sys, 'StandaloneRTWTarget', ...

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!