Devanshee Tanna
2014년부터 활동
Followers: 0 Following: 0
Feeds
질문
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) ...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
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! ...
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! ...
11년 초과 전 | 0
질문
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!
% 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) = (r*pi*t(i)) ...
11년 초과 전 | 답변 수: 3 | 0