Cannot find an exact (case-sensitive) match for 'rotate3D'

1 回表示 (過去 30 日間)
vijay krishna
vijay krishna 2016 年 8 月 9 日
編集済み: vijay krishna 2016 年 8 月 10 日
HI all, Can u pls help for my below requirement:
"i need to construct 3d face from the 2d face image"
Z = double(imread('img1_3.jpg')); Z = rgb2gray(Z); I=Z; set(gcf, 'Position', get(0,'Screensize'));
Z2=medfilt2(Z,[7,7]); %median filtering figure warp(Z2,I/max(max(I)),255); rotate3D title('Intensity warped on Range')
The error i got is "Cannot find an exact (case-sensitive) match for 'rotate3D' The closest match is: rotate3d in rotate3d.m"
Could u pls suggest the way forward ?
FYI: my matlab version is MATLAB R2016a Thanks vijay
  1 件のコメント
Adam
Adam 2016 年 8 月 9 日
Did the error message not give you a hint that would have been quicker for you than asking?!

サインインしてコメントする。

採用された回答

dbmn
dbmn 2016 年 8 月 9 日
rotate3D does not exist in a vanilla R2016a. You need to use rotate3d (with a small d).
  1 件のコメント
vijay krishna
vijay krishna 2016 年 8 月 10 日
編集済み: vijay krishna 2016 年 8 月 10 日
Thanks dbmn..........
issue is resolved..

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePoint Cloud Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by