Filter löschen
Filter löschen

ERRORS IN MY CODE PLESE CORRECT ME.

2 Ansichten (letzte 30 Tage)
ajay kumar
ajay kumar am 2 Jan. 2014
Kommentiert: Walter Roberson am 2 Jan. 2014
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....

Antworten (1)

Image Analyst
Image Analyst am 2 Jan. 2014
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 Kommentare
ajay kumar
ajay kumar am 2 Jan. 2014
no.actually i implemented this code by searching some links in youtube..
Walter Roberson
Walter Roberson am 2 Jan. 2014
randsrc is from the Communications Toolbox; you need that installed and licensed

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by