Projective2d() function is not working can any1 tell y?

2 views (last 30 days)
theta = 10;
tform = projective2d([cosd(theta) -sind(theta) 0.001; sind(theta) cosd(theta) 0.01; 0 0 1]);
Undefined function 'projective2d' for input arguments of type 'double'.

Answers (1)

the cyclist
the cyclist on 26 Oct 2014
Are you certain that you have the Image Processing Toolbox installed?
Does the command
ver
list it?

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!