Re: i want to declare a matrix of n*m size-------------------------how
- From: CandyGirl <Rasha@xxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 13:48:51 EDT
Hi,
You can define values for n and m, and declare it like:
a=randn(n,m)
or define n and m to be the dimensions of your matrix:
[n,m]=size(a)
hope that helped :)
.
- References:
- i want to declare a matrix of n*m size-------------------------how
- From: manish sahu
- i want to declare a matrix of n*m size-------------------------how
- Prev by Date: Re: Help with string operation
- Next by Date: Re: Defining the elements of a Matrix
- Previous by thread: Re: i want to declare a matrix of n*m size-------------------------how
- Next by thread: Re: Another tricky project
- Index(es):