y do I receive an 'undefined function or variable'' temp' when using a file from built in toolbox? (matlab7.5.0)

1 view (last 30 days)
[H,freq,infofrf] = unv58read('real1.uff');
opening file real1.uff
??? Undefined function or variable "temp".
Error in ==> unv58read at 78
N = length(temp) ;

Answers (2)

Walter Roberson
Walter Roberson on 23 Mar 2014
Is real1.uff in your current directory?

Arun Veerabagu Sankar
Arun Veerabagu Sankar on 23 Mar 2014
Yes it is in matlab directory..

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!