help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Undefined mat2gray


From: Olli Alatalo
Subject: Undefined mat2gray
Date: Tue, 10 Apr 2012 18:34:08 +0300

I've got the following piece of code

function A=noise(i, j)
A=round(unifrnd(0,255,i,j));
B=mat2gray(A);
imshow(B);
figure();
imhist(B);
figure();
pause(4);

when I run it, I receive an error:

error: `mat2gray' undefined near line 3 column 3


What? Why? How to fix?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]