Alex Karle
UMass Amherst
Followers: 0 Following: 0
I am a undergraduate student studying computer science and math at UMass Amherst.
This summer (2017) I am interning with the Engineering Development Group at MathWorks!
Statistics
0 Questions
4 Answers
RANK
1,886
of 295,495
REPUTATION
34
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
11
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
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
How do I use 'axis tight' with appdesigner?
Hi Matt, Try specifying which axis you want to be tight: plot(app.UIAxes, S, Prices); title(app.UIAxes, 'Price'); axi...
7 years ago | 5
| accepted
get edge between two node set
Hi Hamid, I wrote some code that should solve this problem for you. The details of the code are commented: % Let us ...
7 years ago | 1
| accepted
How do I upload an excel file in matlab online
Hi Stephen, To upload an excel file so that you have access to it on MATLAB Online, you need to upload the file to MATLAB Dri...
7 years ago | 5
XGrid and XTick with different space
I ran your code and see your problem: the high frequency grid lines make it impossible to read the ticks and hard to see the plo...
7 years ago | 0
| accepted