Statistics
6 Questions
0 Answers
RANK
99,897
of 301,481
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 21,298
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,744
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Unable to install any version of MATLAB!!!
I was using 2014a, before six three months and it was working fine. After that I had tried to install to install latest one whic...
10 years ago | 0 answers | 0
0
answersQuestion
Error using imread>parse_inputs (line 457) The file name or URL argument must be a string.
Hello, I'm just trying to read image from imread, which is output of imsubtract. But I'm getting error of argument is not a str...
11 years ago | 1 answer | 0
1
answerQuestion
I have two coordinates, say x & y. I want to plot them on XY plane, with each reading of x & y by a dot. Is it possible?
I have coordinates value, say point(x,y). For each input of point I want to show it on XY plane by a single dot. I don't want to...
11 years ago | 1 answer | 0
1
answerQuestion
I want to access properties of histogram. I used GPUARRAY function, OTSU's model, but both are not solving my problem.
A = gpuArray(final); [counts,x] = imhist(A); stem(x,counts); if x >= 100 if counts >= 0.5 warndlg('...
11 years ago | 1 answer | 0
1
answerQuestion
I'm getting error with imresize. Same code was completely run at 2010a but while I'm trying with 2014b returns with error.
>> untitled {} Error using imresize Expected input number 1, A, to be nonempty. Error in imresize>parseP...
11 years ago | 1 answer | 0
1
answerQuestion
I am using a function which gives canny edge filtering of colour image, but i am having image input from gui, so there is error i'm facing at imread of "Input strings must have one row". And how can I show the output image on gui. Please reply.
I = edgecolor(handles.output); function R=edgecolor(nm) img=imread(nm); [x y z]=size(img); if z==1 rslt...
11 years ago | 1 answer | 0
