ERRORS IN MY CODE PLESE CORRECT ME.

I HAVE ERRORS IN MY CODE ..PLESE CORRECT THEM....
my code is attached.
errors are
Undefined function 'randsrc' for input arguments of type 'double'.
Error in top_design>pushbutton3_Callback (line 180) datain=randsrc(1,16,0:0);
Error in gui_mainfcn (line 96) feval(varargin{:});
Error in top_design (line 42) gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)top_design('pushbutton3_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback....

回答 (1 件)

Image Analyst
Image Analyst 2014 年 1 月 2 日

0 投票

On the command line, type
which -all randsrc
What does it say? You may not have the toolbox it is in. What does
ver
say? That will list your toolboxes.

4 件のコメント

ajay kumar
ajay kumar 2014 年 1 月 2 日
it says 'randsrc' not found.
Image Analyst
Image Analyst 2014 年 1 月 2 日
Well then, you don't have whatever toolbox it's in, if it's in one, or you don't have the m-file that someone was supposed to provide you with, if you're running someone's custom code they gave you.
ajay kumar
ajay kumar 2014 年 1 月 2 日
no.actually i implemented this code by searching some links in youtube..
Walter Roberson
Walter Roberson 2014 年 1 月 2 日
randsrc is from the Communications Toolbox; you need that installed and licensed

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

質問済み:

2014 年 1 月 2 日

コメント済み:

2014 年 1 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by