photo

Sid Parida

Mathworks

2018년부터 활동

Followers: 0   Following: 0

I am currently working on a Masters in Computer Engineering at Purdue University. This summer I am interning at Mathworks at their Apple Hill Campus

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Display array of image in a GUI
Hi Maria I have attached two files: # ImageGui.fig # ImageGui.m This creates a simple GUI and pressing left or right c...

대략 6년 전 | 0

답변 있음
Calculating all combinations of vector-element multiplication
Not sure of internal tools but use the two files attached above (found on File Central) and use the following code: a = [1 ...

대략 6년 전 | 0

답변 있음
How can I plot the first 1000 numbers in my matrix?
Let A be the original matrix this should do it: B = A(1:167, :) See: <https://www.mathworks.com/help/matlab/learn_matla...

대략 6년 전 | 0

답변 있음
Find function's minimum for specific constant values
Try this: You can play wit the lb, and ub to get the global minimum: syms v a b fun = -a*v + (2*b*v^(2/3))/(exp(0.5) ...

대략 6년 전 | 0

답변 있음
Fit histogram data from matrix
Hi Sophie Is min_pts suppose to be a collection of data points for the same variable or three separate variables differentiat...

대략 6년 전 | 0

답변 있음
Modulus of a negative exponent in matlab?
Hi Faraz I believe this function should perform the task you want. I have formatted it according to the powermod function abo...

대략 6년 전 | 1