Edward Huang
Followers: 0 Following: 0
Statistics
RANK
286,128
of 293,920
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,060
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to call xlim and ylim after the most recent zoom?
I am working on a small program and would like to realize the following feature: After zooming in/out, I want to store the cur...
5 years ago | 1 answer | 0
1
answerQuestion
A question on regexprep
This is a question stem from a Cody Problem when I looked through those efficient solutions. Let's say I have the following code...
5 years ago | 1 answer | 0
1
answerQuestion
Try to understand a regexp example
regexp is a function by far I have used the most to work on the string-related Cody problems, which I have spent a lot of time t...
5 years ago | 1 answer | 0
1
answerQuestion
Deblank an empty vector
Let's say we have the following code: v = zeros(1,0); w = []; isequal(v,w); isequal(deblank(v),w); While both v and w are c...
5 years ago | 1 answer | 0
1
answerQuestion
Summation of a character
I was working on Cody Problem 74 where I found examples like: sum('13') = 100 sum('22') = 100 sum('123456') = 309 I wonder h...
5 years ago | 2 answers | 0