Community Profile

photo

Milani Tharuka


Last seen: más de 3 años hace Con actividad desde 2020

Estadísticas

  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


unable to use imnoise ,imcrop in my coding
I need to apply some noise on my image using 'imnoise' .But error message is apearing as 'Undefined function or variable 'imnois...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to write a series of out put by a loop in matlab as CSV files with different names....
I have some output by Z=zeros(N,M,x1*x2) here N=8,M=8,x1=4,x2=4 when i output Z it gives the output as Z(:,:,1), Z(:,:,2),...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I name matrices generated by a for loop as Z1,Z2,Z3 ...etc.
for (i=1:x1) for(j=1:x2) Z=zeros(N,M) end end For example if x1=4,x2=4,N=8,M=8 I will have 16 zero matrices(8*8).Al...

más de 3 años hace | 1 respuesta | 0

1

respuesta