Re: strange problem
- From: "us " <us@xxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 15:09:54 +0000 (UTC)
yunzhi cheng:
<SNIP function-is-var evergreen...
x = ones(1,8);
n = length(x)
then MATLAB shows
n= 0.1515 0.1515 0.1515 0.1515 0.1515 0.1515 0.1515 0.1515...
most likely, you created a variable <length>...
hence, this should help
clear length;
x=ones(1,8);
n=length(x)
% if NOT, show CSSM the output of this
which length -all
us
.
- Follow-Ups:
- Re: strange problem
- From: yunzhi cheng
- Re: strange problem
- References:
- strange problem
- From: yunzhi cheng
- Re: strange problem
- From: yunzhi cheng
- strange problem
- Prev by Date: Re: Writing formatted text files when column number of the ouput is uncertain?
- Next by Date: Re: strange problem
- Previous by thread: Re: strange problem
- Next by thread: Re: strange problem
- Index(es):
Relevant Pages
|