error when open .fig file

조회 수: 3 (최근 30일)
Truong Lan
Truong Lan 2013년 1월 11일
Hi everyone, I open a .fig file from the sourcecode of a DSP book, however, I receive many error messages: * Error using prefutils>getFieldRequired (line 70) group FDSP_preferences does not exist
Error in prefutils (line 11) [varargout{1:nargout}] = feval(varargin{:});
Error in getpref (line 81) Group = prefutils('getFieldRequired',Preferences,group,...
Error in f_screen (line 43) swarn = getpref ('FDSP_preferences','screen_warning');
Error in f_guifigure (line 18) [fsize,horz,vert] = f_screen(1);
Error in g_multirate (line 91) [hf_1,han,pos,colors,fsize] = f_guifigure (g_module); *
How can I deal with this problem? Thanks a lot.
  댓글 수: 1
Walter Roberson
Walter Roberson 2013년 1월 13일
You might have to run the .m file instead of opening the .fig file. The .m file might be creating items that the .fig needs.

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

답변 (1개)

Daniel Shub
Daniel Shub 2013년 1월 13일
We don't really have enough information about how to deal with this. What instructions came with the book? Do you have the correct MATLAB version and all the necessary toolboxes? Has everything been correctly added to your path? Are you supposed to be able to open the figure directly or is there an m-file you can run? Are you sure the figure file is correct and should be able to be run?

카테고리

Help CenterFile Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by