Ronald Ouwerkerk
Followers: 0 Following: 0
Staff Scientist NIH
Statistics
RANK
289,994
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
18,140 of 20,234
REPUTATION
1
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
18
RANK
of 153,912
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
Feeds
Question
Error on install 2021a over 2019b Unrecognized function or variable 'matlab.internal.addons.updates.getSupportPackageUpdates'.
I downloaded and installed Matlab 2021a to replace 2019b and I in the command window I get the error message Unrecognized func...
3 years ago | 1 answer | 0
1
answerQuestion
How to set PointDataTip properties and set DataTipStyle
I want to make an interactive plot to select portions of a line graph. I want to use the datatip functionality to display X and ...
3 years ago | 1 answer | 0
1
answerQuestion
I want to change the data type of a table column from double to cells
I want to concatenate two tables with a function (see below) that recognizes common variables appends the values of the second t...
5 years ago | 1 answer | 0
1
answerSubmitted
averagetable
Calculates averages and standard deviations of finite numbers in all numerical columns of a table and appends them as new rows. ...
5 years ago | 1 download |
Question
Why do I get:"Undefined function or variable 'pathtool'."
I moved from 2015b to 2017b and at startup a lot of directories in the path are not recognized. Some of them I did not even know...
7 years ago | 1 answer | 0
1
answerQuestion
How do I get and index to a row (comparing a string to a column of the table) in a table as I could with strmatch?
We are supposed to replace strmatch because is becomes obsolete. But I currently use it to find the row index in a table where a...
7 years ago | 1 answer | 0
1
answerQuestion
I want to merge the content of two tables with identical variables, but for a given key variable value the columns 1:N in table 1 are filled and columns N+1:end in the other.
This is what I would like to achieve: A = table({'a'}, 5, 15, 25, 0, 0, 0,'VariableNames',{'A1','A2', 'A3', 'A4', 'B1', 'B2', '...
7 years ago | 1 answer | 0
1
answerQuestion
When I use ginput it creates an error in input line 84:: SWITCH expression must be a scalar or string constant.
When I use input as [x,y] = ginput(2) it returns an error: SWITCH expression must be a scalar or string constant. This error is ...
7 years ago | 0 answers | 0