photo

Pratik Oak


Gharda Institute of Technology, Lavel

Last seen: 2년 초과 전 2012년부터 활동

Followers: 0   Following: 0

메시지

Assistant Professor Professional Interests: Image Processing (medical imaging) Signal Processing, Machine Learning

통계

All
MATLAB Answers

11 질문
5 답변

Cody

0 문제
11 답안

순위
209,202
of 300,786

평판
0

참여
11 질문
5 답변

답변 채택
36.36%

획득한 표
0

순위
 of 21,091

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
36,318
of 171,061

참여
0 문제
11 답안

점수
127

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Revival Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

대략 5년 전

문제를 풀었습니다


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

대략 5년 전

문제를 풀었습니다


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. <http://en.wikipedia.org/wiki/Whole...

대략 5년 전

문제를 풀었습니다


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

대략 5년 전

문제를 풀었습니다


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

대략 5년 전

문제를 풀었습니다


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

대략 5년 전

문제를 풀었습니다


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

대략 5년 전

문제를 풀었습니다


Make a run-length companion vector
Given a vector x, return a vector r that indicates the run length of any value in x. Each element in r shows how many times the ...

대략 5년 전

문제를 풀었습니다


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

대략 5년 전

질문


how to find distance of each pixel of image from center of image
I am interested to find the distance between each pixel of an image with respect to center of image. It is independent of gray l...

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

1

답변

질문


how to save variable with different name inside loop?
I have variable with name x with varying size of some 10000*2. 2 columns are fix, row value changing. I am getting that variable...

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

1

답변

답변 있음
can anyone please give me the code for dualistic sub image and dynamic histogram equalisation for image contrast
you can try code for BBHE written by me there are slight changes between the algo w.r.t. DSIHE Code is attached herewith. ...

대략 8년 전 | 0

답변 있음
How can extract feature from image ?
Apply the mathematical formula of the feature you are interested to find. The output value is the feature. e.g.- average of enti...

10년 초과 전 | 0

질문


Can we get the probablity considered in classification using probablistic neural networks?
If I am using PNN for classifying the data into 2 classes let 1 & 2. If I am getting the result as 1, can I find the actual pro...

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

1

답변

질문


How to apply multisvm? I have used 2 class svm.But having problem in doing multiclass
I am unable to know how to apply multisvm in matlab. Plz tell me any other command than svmtrain & svmclassify. Or give me som...

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

0

답변

답변 있음
How to give Image as Input to SVM
Hi we cant give image as input to svm. U should calculate feature/features of an image. Give that features matrix as input to s...

11년 초과 전 | 0

질문


how to do k fold crossvalidation for svm?
If we use crossvalind('Kfold',N,k) with k=5, then we get op as indices. but how to use it for training? which trained output is...

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

0

답변

답변 있음
How to use rbf_kernel parameters with svmtrain() and svmclassify() for svm classification
Use this: svmStruct = svmtrain(data(train,:),groups(train),'RBF_Sigma','1') name of kernel function should be added

거의 13년 전 | 0

답변 있음
how to Training data in SUPPORT VECTOR MACHINE (SVM)
use svmtrain function in matlab

거의 13년 전 | 0

질문


Do you know any technique for background removal of patchy image using IP toolbox?
I am having an image with patches or blocky effect. I want to remove that borders of blocks sothat image will be continuous. Is ...

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

1

답변

질문


how to apply flat zone notion on image for morphological operations?
I am using 1 paper where flat zone notion is used for morphological image processing (like dilation,erosion,opening,closing & to...

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

1

답변

질문


how to change matlab settings to display image properly to have clear view?
I am reading image from matlab by imread. But after imshow, it is getting blurred not same as windows image viewer. So i can't w...

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

1

답변

질문


how to add rician noise in image?
I want to add rician noise in image as a signal so how to create signal for same? is there any equation? plz help

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

2

답변

질문


how to read image with .mnc extension in matlab?
i want to read .mnc file image in matlab. how to do it? or how to convert it into jpeg? (brain mri)

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

2

답변

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

13년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

13년 초과 전

질문


Can I get code for contrast limited adaptive histogram equalisation (CLAHE)?
I want matlab code for contrast limited adaptive histogram equalisation.

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

1

답변