photo

Rakshit Kothari


Rochester Institute of Technology

Last seen: 3년 초과 전 2013년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Image processing, Signal processing, Computer Vision, Machine Learning, Hyper Spectral imaging

통계학

All
  • First Review
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


How do I retain the old GUIDE slider control in AppDesigner?
The old GUIDE slider (uicontrol) has the move forward or backward options as clicks. That's very handy for applications which re...

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

1

답변

질문


Naive Bayes predict is very slow
NB takes 31.629455 seconds to classify a 1000 sample, 6 dimensional testing set. Why is it so rapid to train while the predictio...

거의 6년 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


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

거의 8년 전

질문


Why does a 32 Bit MATLAB crash on a 64 Bit sytem when running a MEX file?
*Mex file:* myfunc.mexw32 *OS architecture:* 64 Bit *MATLAB architecture:* 32 Bit *Compiler:* Microsoft Visual SDK 7.1...

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

0

답변

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10년 초과 전

문제를 풀었습니다


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

10년 초과 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

대략 11년 전

문제를 풀었습니다


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

대략 11년 전

문제를 풀었습니다


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

대략 11년 전

문제를 풀었습니다


Create a random logical vector of N elements of which M are true.
Your task for tomorrow is to create a random binary (logical) vector of N elements of which M are true. For example: ran...

대략 11년 전

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

대략 11년 전

문제를 풀었습니다


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

대략 11년 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

대략 11년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

대략 11년 전

문제를 풀었습니다


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:...

대략 11년 전

답변 있음
How to Extract a certain Shape from Image
So what you basically need is some form of object recognition, am i correct? If you just need to extract the bag of chips, image...

11년 초과 전 | 0