photo

Steve Van Hooser


Last seen: Today Active since 2019

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

10 Questions
5 Answers

RANK
4,003
of 298,292

REPUTATION
13

CONTRIBUTIONS
10 Questions
5 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
5

RANK
 of 20,560

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160,775

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
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • First Review

View badges

Feeds

View by

Answered
Can one use the argument block to check structures at arbitrary depth?
Answering my own: Apparently you cannot check the fields of a structure in an argument block. You can only do this if the str...

10 days ago | 0

| accepted

Question


Can one use the argument block to check structures at arbitrary depth?
For example, is the following legal: arguments analyzer (1,1) struct {mustContainFields(analyzer, ["P", "loops"])} end arg...

10 days ago | 1 answer | 0

1

answer

Question


File Exchange entries not updating after new versions in GitHub
I am an administrator on two GitHub repos that have File Exchange entries: https://www.mathworks.com/matlabcentral/fileexchange...

11 days ago | 0 answers | 0

0

answers

Question


query argument block options
Is there a way to automatically query the optional arguments of an argument block? For example, something like: myStruct = arg...

29 days ago | 1 answer | 0

1

answer

Answered
The memory use of a sparse matrix depends on its history
To shrink the footprint of a sparse matrix, see https://www.mathworks.com/matlabcentral/answers/736432-how-do-i-shrink-the-memor...

2 months ago | 0

| accepted

Question


The memory use of a sparse matrix depends on its history
The amount of memory used by a sparse matrix depends on its history. In a project this week, a matrix that could have consumed a...

2 months ago | 2 answers | 0

2

answers

Answered
GPU and the MATLAB compiler
What is the latest on this? Does the Matlab Compiler still not produce GPU code?

5 months ago | 0

Question


readtable produces apparent gibberish when reading csv file
OK, I have a readtable puzzle. I have a comma separated list, stored in 'a.csv' I'd like to read: ``` bathTargets,mixtures,...

6 months ago | 1 answer | 0

1

answer

Question


Matlab Online S3 speed: copyfile vs. websave
I benchmarked some reads from an s3 bucket via the URL and https (with websave) and via the S3 URI (via copyfile) in Matlab Onli...

9 months ago | 1 answer | 1

1

answer

Question


camera intrinsics calibration produces wild out-of-range principalPoint
Hi - A student and I are performing calibration with estimateCameraParameters and checkerboard patterns. The error in reconstr...

2 years ago | 0 answers | 0

0

answers

Answered
pm_hash - have values changed in recent version of Matlab?
This does not answer the question as to whether the pm_hash has changed, but there is a decent replacement for pm_hash (which do...

3 years ago | 0

| accepted

Question


How can I have lookfor show help for files within packages?
Hi - Over the last few years, I've started writing most of my Matlab code in packages. However, I don't seem to be able to sea...

3 years ago | 1 answer | 0

1

answer

Answered
Popout figures in Web Desktop
OK, I've solved this. To get a figure to be free floating in Matlab Online, I had to set the Toolbar to the 'figure'. For e...

4 years ago | 4

| accepted

Question


Package function not allowed in fittype?
I have a function called 'linepowerthreshold' that I use to fit a function. I recently made it into a package and put it in th...

4 years ago | 0 answers | 0

0

answers

Question


pm_hash - have values changed in recent version of Matlab?
I sometimes use pm_hash to compute hash numbers across Matlab platforms AND across Matlab versions. For many years, this worked ...

5 years ago | 1 answer | 0

1

answer