photo

Owen Zhang


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
3 Answers

RANK
11,134
of 300,603

REPUTATION
4

CONTRIBUTIONS
4 Questions
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,786

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

  • Thankful Level 1

View badges

Feeds

View by

Answered
Weird error happens after suppress warnings in parfor workers
i worked it out, i don't know why pctRunOnAll warning('off', 'all'); is not working. but just simply add warning('off', 'all'...

6 years ago | 1

| accepted

Question


Weird error happens after suppress warnings in parfor workers
I searched online for how to suppress warnings in parfor workers, and i got the code like: pctRunOnAll warning('off', 'all'); ...

6 years ago | 1 answer | 0

1

answer

Question


How does the function contains behave ??
Today I'm fixing a bug, because of using contains() function. There is a condition check whether the input string is exactly in...

6 years ago | 1 answer | 0

1

answer

Question


To convert a variable (struct with fields of numeric matrix) to a sliced variable (an array of struct)
I was doing code refactor to apply parfor to some legacy code. Legacy code creates a big struct variable called 'Boot', with fie...

7 years ago | 1 answer | 0

1

answer

Answered
how to create an enumeration class of strings ??
i used the following approaches of using class constants. and to replace hardcoded from: if strcmp(somevar, 'PDOS') to if...

7 years ago | 1

| accepted

Question


how to create an enumeration class of strings ??
Hi, I'd like to create some enumeration classes to replace the hard-coded string values. But I met the problem occurs in the a...

7 years ago | 2 answers | 0

2

answers