From: us on
"Michael " <michael.zartarian(a)gmail.com> wrote in message <hoo3or$5n4$1(a)fred.mathworks.com>...
> "Jan Simon" <matlab.THIS_YEAR(a)nMINUSsimon.de> wrote in message <hom841$sqi$1(a)fred.mathworks.com>...
> > Dear Michael!
> >
> > > Here is my output for ver signal:
> > ...
> > > Warning: No properly formatted Contents.m file was found for 'signal'.
> >
> > Please look in the Contents.m of the signal processing toolbox and tell us, what you find there. After the installation this file must be properly formatted!
> >
> > Good luck, Jan
>
> Hi Jan,
>
> thanks for the reply!
>
> i think we're getting to the bottom of this...when going through the 'toolboxes' folder in my Matlab install directory, I see lots of toolbox folders, but not 'signal' or none that look like it.
>
> Is the signal toolbox simply stored in a folder called signal with a path of toolboxes->signal?
>
> Thanks, Mike

it's (for r2010a prof)

p=[matlabroot,filesep,'toolbox',filesep,'signal']
dir(p);
%{
.. eml sigdemos sigtools
... mcc.enc signal sptoolgui
%}
% however, your error message tells CSSM that your signal proc tbx is not installed...

us
From: Michael on

> % however, your error message tells CSSM that your signal proc tbx is not installed...
>
> us

OK, no signal toolbox installed seems to be the case.

I thought it came standard in Matlab installs, even the student editions, no? I'll call Mathworks on Monday since this is essentially now a sales related issue.

I just want to do my homework at home and not drive to campus :-(

Thanks,
Mike
From: Steven Lord on

"Michael " <michael.zartarian(a)gmail.com> wrote in message
news:hoo6l6$fij$1(a)fred.mathworks.com...
>
>> % however, your error message tells CSSM that your signal proc tbx is not
>> installed...
>>
>> us
>
> OK, no signal toolbox installed seems to be the case.
>
> I thought it came standard in Matlab installs, even the student editions,
> no? I'll call Mathworks on Monday since this is essentially now a sales
> related issue.

The Student Version does include Signal Processing Toolbox; for the
professional edition, it is an add-on product.

http://www.mathworks.com/academia/student_version/

From the fact that it's not installed indicates to me that either you didn't
select it (or deselected it) during the installation process, or that
something went wrong during the installation process and it was not
installed even when it should have been. You may want to try reinstalling
and watching the progress of the installer to make sure that it does in fact
install this toolbox; if that doesn't resolve the problem then contacting
Technical Support for installation help is the right next step.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ


From: Michael on

> From the fact that it's not installed indicates to me that either you didn't
> select it (or deselected it) during the installation process, or that
> something went wrong during the installation process and it was not
> installed even when it should have been. You may want to try reinstalling
> and watching the progress of the installer to make sure that it does in fact
> install this toolbox; if that doesn't resolve the problem then contacting
> Technical Support for installation help is the right next step.
>
> --
> Steve Lord
> slord(a)mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
>

Steve,

Thanks for the reply. Re-downloaded and re-installed. Found the toolbox and I believe I am all set now.

Thanks to all who chimed in and helped me out so I can move on to using Matlab for the good stuff (DSP homework).

Mike