photo

Tom Hawkins


Last seen: 7 months ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
3 Answers

RANK
4,565
of 297,827

REPUTATION
11

CONTRIBUTIONS
5 Questions
3 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
11

RANK
 of 20,479

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,623

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 2
  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
kFoldLoss output is different from R2018b to R2021b
Here is a minimal example using a built-in dataset. On my R2018b machine classifError is 0.06000; on R2021b it comes out at 0.07...

2 years ago | 0

Question


kFoldLoss output is different from R2018b to R2021b
I have some code that uses fitctree and a test suite that runs the code with test data and checks the output. I'm updating from...

2 years ago | 2 answers | 0

2

answers

Answered
Testing private functions in classes
Would you be happy to define your properties/methods as Protected, rather than Private? If so you could then create a subclass o...

5 years ago | 0

Question


Where do I find the list of possible messages and IDs returned by checkcode?
For my company's software quality process, I need to determine and report the number of 'blocking' and 'critical' quality violat...

6 years ago | 1 answer | 2

1

answer

Question


Arduino Engineering Kit encoders return incorrect readings
I'm working through the Arduino Engineering Kit material, using MATLAB/Simulink R2018b on Windows 7. The examples in Chapters 2...

6 years ago | 1 answer | 0

1

answer

Answered
How can strings be used in an if loop?
Alternatively… prompt1 = 'Would you like to remove edge effects (Y/N)?' ans1 = input(prompt1) switch ans1 case {'Y', '...

6 years ago | 0

Question


Did the default rounding behaviour of num2str change between R2016b and R2018b?
I have some code that produces a different result when run in R2018b than it did in R2016b, and I've identified that |num2str| (...

6 years ago | 1 answer | 1

1

answer

Question


How can I connect to a SVN repository via a proxy server?
My company's Subversion (SVN) server requires the use of a proxy server to access it. It's the same proxy server as we use for I...

8 years ago | 0 answers | 8

0

answers