photo

Devanshee Tanna


Actif depuis 2014

Followers: 0   Following: 0

Message

Final year B.Tech student, specialising in mechatronics
Professional Interests: Fields related to fluid power and power electronics

Statistiques

Feeds

Afficher par

Question


Can anyone please help me correct the error in this program for generating a binary image from rgb image?
% plot r = 1; t=0:0.002:1; a=zeros(500); s=zeros(500); for i=1:500 a(i)= deg2rad(t(i)*90); s(i) ...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Hey, I have written this code for conversion of plot to rgb image followed by conversion to binary image but I am unable to get the binary image and an error that says-"index exceeds matrix dimension"is being displayed. Can someone pls help me? thks!
Following is the code that I have written and also, i have pointed where the error is. I shall be grateful if you could help! ...

presque 10 ans il y a | 0

3

réponses