Can you make it easy for us by attaching the m-file. That web page doesn't seem to have it all as one contiguous block of code but it's scattered all over the place.
Info
此问题已关闭。 请重新打开它进行编辑或回答。
Matlab Tutorial Error?
1 次查看(过去 30 天)
显示 更早的评论
wneh im run this tutorial http://in.mathworks.com/help/images/registering-multimodal-mri-images.html#zmw57dd0e13337
Im getting this error after this codes
movingRegisteredAffineWithIC = imregister(moving,fixed,'affine',optimizer,metric,...
'InitialTransformation',tformSimilarity);
This is the error
Error using imregtform>parseInputs (line 240)
Parameters must be a character.
Error in imregtform (line 119)
parsedInputs = parseInputs(varargin{:});
Error in imregister (line 115)
tform = imregtform(varargin{:});
can sombody tell what happened ?
1 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!