질문


Problem with defuzz method
Hello, I have an image and fuzification with one triangular membership function. Now i just defuzzy with 'centroid' . but i ha...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Find CDF in image
Hello, I have an image and i want use CDF function for find CDF 0.5. How can use CDF function in matlab? I read help but i ca...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


I can't use sigmf
Hello, I reading help in matlab and i can't create sigmf and i don't know what is a and c parameter? How can create similar it...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


I can't use sigmf
Hello, I reading help in matlab for sigmf function. But i can't understand how create similar this and what is a and c parame...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Plot x and y with two function
Hello, I want plot x and y , but i can't x = rand(65000,1); if x <= 0.5 y = sqrt...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


I need Random many numbers
Hello, I need 65000 random number between 0 to 255. I can't create it with linspace Thanks

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


All result is integer instead double
Hello, Why all result after divide isn't double? Just zero or one :( Thanks input = imread('cameraman.tif'); B ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Problem with PSNR function
Please help me

대략 8년 전 | 0

질문


Problem with PSNR function
Hello, I install matlab 2015 and every input for PSNR function we have the below error s= imread('cameraman.tif'); f = ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Convert code to FIS
Hello, I write code for a fuzzy system without GUI in matlab. I write 'fuzzification' , 'Inference System' and 'defuzzificati...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


what is wrong in this code in matlab?
Hello, I want write this formula but my answer in matlab always -Inf :( <</matlabcentral/answers/uploaded_files/50606/photo3...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Fault in result in formula
Hello, I want implement this formula . but i think it give me fault result. For example : X = 156 and Pmn should be .0540 but w...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


All result is zero !
Hello, I want write this formula but all result is zero :( <</matlabcentral/answers/uploaded_files/50584/adedfsef.JPG>> ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Grade of possessing in Image enhancement and fuzzy system
Hello, Now in implementing INT operator (Image Enhancement Using Smoothing with Fuzzy Sets) and i have two question. What mean...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Implement Contrast enhancement using an INT-Operator from fuzzy theory
Hello, I want implemented ' Contrast enhancement using an INT-Operator from fuzzy theory ' . We have membership function (I a...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


What is difference between min and min(min) ?
Hello, [m,n]=size(x); Min=min(min(x)); vs Min = min(x);

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


PSNR vs SNR in image Processing
Hello, What is difference between PSNR and SNR in image processing? Thanks

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


Energy in image processing
Hello, I reading a paper (Recursive sub-image histogram equalization applied to gray scale images) . In this paper , we have '...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Ploting two graph logarithm
Hello, How can i plot graph these function? (assume not exist fractional) I want find which is greater than other. <</matla...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Determinane for large matrix
Hello, Why this is infinite ? det(randi(1000,1000));

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Image Enhancement with imfilter
Hello, Can i image enhancement with imfilter(or contrast enhancement)? I want enhance image with imfilter. similar histeq or ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Run GUI without using matlab
Hello, I create GUI with matlab with 'fig' extension. Now i want execute it another computer without using matlab. For exampl...

대략 8년 전 | 답변 수: 3 | 1

3

답변

질문


Write in subplot below image
Hello, Can i write something in subplot?for example calculate with formula and then result write in subplot under two image?(no...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


uint8 vs int8 in imshow
Hello, What is difference between these? When i use int8 , the most of pixel been 127 and when i use uint8 the problem is sol...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


Calculate Average around pixel
Hello, I want calculate average 3*3 around a pixel. but in my code i have a problem. Please view code and help me . Thanks ...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


use evalfis with 2 input
Hello, I have two input in my FIS. and in m-file i want send two number to FIS from m-file with evalfis. What i do? The under...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Problem with imhist after modify image
Hello, Why After histogram in 0 to 1 range? <</matlabcentral/answers/uploaded_files/47347/hispr.jpg>> I=imread('cameram...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


Fuzzy image with two input
Hello, Now i learning fuzzy image processing, could you give me one good reference about it? And for start one example with ma...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Can i edit subplot?
Hello, I want delete extra space in subplot. can i? Detele yellow color. <</matlabcentral/answers/uploaded_files/47207/sub...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Slow run in fuzzy image
Hello, I create simple fuzzy image but when run this program is very slow. (Unfortunately , i can't attach , fuzzy file in thi...

대략 8년 전 | 답변 수: 0 | 0

0

답변

더 보기