photo

Matthew Cao


Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

5 Questions
1 Answer

Cody

0 Problems
29 Solutions

RANK
126,663
of 301,741

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
 of 21,403

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
18,072
of 176,339

CONTRIBUTIONS
0 Problems
29 Solutions

SCORE
320

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Is there a way to limit webread() to a certain amount of lines?
I'm using webread() on multiple sites when I run a function but obviously this takes a good amount of time to do so. I realized ...

8 years ago | 1 answer | 0

1

answer

Question


How do I search through a character array with another character that has optional words?
Hello, I have a character array and I want to search through it using another character. More specifically, for this example,...

8 years ago | 3 answers | 0

3

answers

Question


How do I make sure that if certain words are present in a character array, they get deleted?
Let's say I have a character array: char = 'I like to eat a banana' I want it so that if the words 'the' or 'a' is found,...

8 years ago | 1 answer | 0

1

answer

Answered
Is there a way to pull a specific link after using webread() to get the content from a page?
I think I've solved it by putting '\S+' in the expression and '?=&sa'. That way the expression will match all the characters...

8 years ago | 0

| accepted

Question


Is there a way to pull a specific link after using webread() to get the content from a page?
Essentially I'm using webread() to obtain the contents of a google search. If there's a Wikipedia link in the contents, I want t...

8 years ago | 1 answer | 0

1

answer

Question


Difference between character variables where one shows the whole word versus the value of an array?
I'm using a search function (credit: https://www.mathworks.com/matlabcentral/fileexchange/41357-search--web-search-from-the-comm...

8 years ago | 1 answer | 0

1

answer