Community Profile

photo

Milani Tharuka


Last seen: mer än 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

mer än 3 år ago | 0 answers | 0

0

answers

Question


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),...

nästan 4 år ago | 0 answers | 0

0

answers

Question


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...

nästan 4 år ago | 1 answer | 0

1

answer