![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/sparidapurdueedu_1517864043870_DEF.jpg)
Sid Parida
Mathworks
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
0 Questions
6 Answers
RANK
19 015
of 297 046
REPUTATION
2
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
mer än 6 år ago | 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 ...
mer än 6 år ago | 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...
mer än 6 år ago | 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) ...
mer än 6 år ago | 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...
mer än 6 år ago | 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...
mer än 6 år ago | 1