Community Profile

photo

Sid Parida

Mathworks

Active since 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

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 1