photo

VIJENDRA


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

17 질문
1 답변

순위
18,522
of 300,781

평판
2

참여
17 질문
1 답변

답변 채택
58.82%

획득한 표
2

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,031

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

질문


Extracting image patches around each pixel
Suppose I have an image of size 256*256 Image = imread('cameraman.tif'); I have to extract patches of 7*7 around each pi...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


How can i calculate training and testing time of a model using classification learner app?
I am using wine dataset for experiment % load wine_dataset % [dummy, Target] = max(wineTargets); % wineDatase...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How could I check that how many elements of x is inside y?
Suppose I have x = [2,7,8,11]; and y = [1,2,4,5,7,8,9,12,15,21,27] How could I check that how many elements of x is...

10년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to work with some part of matrix only?
you can use 'imcrop' to crop some part of the image. croppedIm = imcrop(yourImage);

10년 초과 전 | 0

질문


How to extract values from a georeferenced image using point shape file??
I want to extract the values form a grayscale image only on the locations of known points. I have a point shape file of that loc...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Why svmclassify shows 'Out of memory' error on the same data on which neural network works very fine?
I have a dataset of dimension <1000*1000*10>, when I tried it to classify using a neural network it works well. What I actual...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to arrange stacked Images into a 2 dimension array?
I have a stack of 40 Images with dimension of 1000*1000 as: Images<1000*1000*40 double> I want to arrange the Images as sh...

10년 초과 전 | 답변 수: 2 | 1

2

답변

질문


How to extract values from a matrix using a row - column matrix?
I have a matrix like A = 0.2180 0.5714 0.2476 0.3942 0.9253 0.5082 0.3906 0.5881 0.6529 0...

10년 초과 전 | 답변 수: 2 | 1

2

답변

질문


I want to estimate bivariate normal distribution and having trouble estimating it. How can i make it possible?
i want to estimate nomal probability density function of 2 variables (i.e. *bivariate normal distribution* ). i used this form...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Error using meshgrid function.
I have 2 matrices 'A' and 'B' both of size 500*500. when i am trying to create meshgrid using [X1,Y1] = meshgrid(A,B); thi...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


I have problem in accessing nested cell array. How could it be done?
I have hierarchy of cell data. how can i access each cell a1, a2 so on and can i use these data as type double? <</matl...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Why this is happening?
[m n] = size(image); I tried this command earlier and it worked well but now showing this: "Indexing cannot yield multiple...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


sliding window operation in image
I have an image of size 256*256, i want to use 3*3 window which slides over image and change the value of central pixel as sum o...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


why the error is coming?
Trying to execute this code but it shows error "Subscript indices must either be real positive integers or logicals." [M,N...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how can i perform operations on the basis of image location?
I have 2 vectors containing x and y location of a point of an image. My actual image size is 1024*1024 and i have extracted near...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to Crop an Image
I want to crop different parts from an image when i did for i=1:n crop(i)=imcrop(Image); end It shows an error message ??? S...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Set of pixel selection in and image
I am having an image of size 200*250 in this image i want to select some region i.e. some set of pixel and assigned it in anothe...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


code showing "Too many output arguments", how to resolve it?
I am trying to detect lines using following code using hough transform but having this error- "Too many output arguments". I am ...

12년 초과 전 | 답변 수: 0 | 0

0

답변