Problem in executing toeplitz (.) function
Show older comments
Dear Sir, I am facing a problem using toeplitz command.
I have a vector named R. And I want to run toeplitz( R ) but when I run it I get the following error;
??? Maximum variable size allowed by the program is exceeded.
Error in ==> toeplitz at 31 t = cidx(:,ones(p,1)) + ridx(ones(m,1),:); % Toeplitz subscripts
Error in ==> .. Rmat = toeplitz( R );
Can you help me in resolving this problem. When I run the toeplitz command on a smaller vector R, then i get correct results. It seems to me, therefore , that, larger size of R is creating this problem. How can I overcome it?
1 Comment
Walter Roberson
on 28 Jan 2013
How large is R ?
Answers (0)
Categories
Find more on Matched Filter and Ambiguity Function 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!