photo

Sid Parida

Mathworks

Aktiv seit 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

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

Beantwortet
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) ...

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 1