photo

Milani Tharuka


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
70,457
of 301,195

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,190

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,322

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

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

5 years ago | 1 answer | 0

1

answer