Borrar filtros
Borrar filtros

save a matrix in a loop.

2 visualizaciones (últimos 30 días)
madhuri sachane
madhuri sachane el 16 de Mayo de 2012
I have the output in matrix form in a for loop And i want to store it in a file.
>>for i=1:3 >>input_image=['input1\1\',num2str(i),'.bmp'];
>>[C] =demowithwavwletmaxcomp(input_image);
>>end
I need to save matrix C for each iteration with incrementing name. And I also want to access these matrices for the matching purpose. for hamming distance. I need help..please suggest me..

Respuesta aceptada

Walter Roberson
Walter Roberson el 16 de Mayo de 2012
C{i} = ....
Then the matrices would be C{1}, C{2} and so on.
  2 comentarios
afaf
afaf el 10 de Mzo. de 2013
I got this error:
??? Cell contents assignment to a non-cell array object.
Why?!
afaf
afaf el 11 de Mzo. de 2013
That was because I used the same variable "C{i}" before !
Sorry..

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Type Identification en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by