Error using insertShape when I try to insert the ROI labels

2 vues (au cours des 30 derniers jours)
Fahad Parvez Mahdi
Fahad Parvez Mahdi le 3 Oct 2018
Commenté : Harimohan Jha le 7 Nov 2019
I am getting the following error when I try to insert the ROI labels in loaded image (I)
Error using insertShape Expected POSITION to be one of these types:
cell
Error in insertShape>checkPosition (line 283) validateattributes(position,{'cell'}, {'nonempty', 'vector'}, ...
Error in insertShape>validateAndParseInputs (line 232) checkPosition(position);
Error in insertShape (line 101) validateAndParseInputs(I, shape, position, varargin{:});
How can I overcome this problem? Please guide me.
  1 commentaire
Harimohan Jha
Harimohan Jha le 7 Nov 2019
Try to use str2num or str2mat function if data is if string data type. Else just try to convert data to mat. I hope this will solve your issue.

Connectez-vous pour commenter.

Réponses (0)

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by