Community Profile

photo

Koushik Vemula

MathWorks

Last seen: 거의 4년 전 2020년부터 활동

Followers: 0   Following: 0

I am Applicant Support Engineer at MathWorks. My responsibility is to provide the best support for an application like ML, Computer Vision, Image Processing, and Signal Processing.
Disclaimer: Any articles/ideas/opinions here are my own and in now way reflect that of MathWorks.

통계

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Optimtool not enough arguments
According to my understanding you are facing this problem because of the way you are trying to access the function. You need...

대략 4년 전 | 0

답변 있음
Can I derive a dependent variable in Matlab?
According to my understanding you want to create a variable ‘y’ which is dependent on variable ‘x’ You can do it using ‘syms’...

대략 4년 전 | 1

| 수락됨

답변 있음
cumulative maximum loss code
According to my understanding you have a variable ‘x’ which has ‘n’(say) number of values. You would like to find the value of...

대략 4년 전 | 0

답변 있음
Make probability matrix from data set
According to my understanding, you’d like to have a matrix (say ‘Prob’) which stores the data values in an n-by-3 matrix where f...

대략 4년 전 | 0

답변 있음
how to access compass formatting details?
In MATLAB there is a "polarplot" function that allows you to update the properties of the polar axes. Please see the following d...

대략 4년 전 | 1

답변 있음
How can I convert this pseudo code to matlab?
According to what I understand the pseudo code you’ve written is correct with some minor points to be taken under consideration....

대략 4년 전 | 0

답변 있음
Manipulating matrix with 'for' loop
According to what I understand you want to change the values of 'main diagonal’ and ‘adjacent diagonals’ of the given matrix. ...

대략 4년 전 | 0

답변 있음
Find n for inverse of e approximation
According to what I understand, you are trying to get the value of ‘accurate_n’ which gives you a tolerance of ‘0.0001’. The pro...

대략 4년 전 | 0

| 수락됨

답변 있음
How to take a derivative of x with respect to time.
According to what I understand, you are trying to get the differentiation of variable ‘o’ with respect to the parameter ‘t’. ...

대략 4년 전 | 0

답변 있음
Why does x(x+y) dy give a x^3 component?
Both answers are correct. d/dy[ x*(x+y)^2/2 ] = d/dy[ (x^3)/2 + x^2*y + y^2*x/2 ] = x*(x + y) d/dy[ x*y*(2*x+y))/2 ] = x*(x ...

대략 4년 전 | 3

| 수락됨