Robert Roos
Followers: 0 Following: 0
Statistics
RANK
20,225
of 295,467
REPUTATION
2
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
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
How to filter set of strings with set of patterns?
I have a list of strings: names = {'Robert', 'Bob', 'Charles', 'James', 'Jamie', 'Marie', 'Jamesbob'} That I want to filter wi...
4 years ago | 1 answer | 0
1
answerQuestion
Rename arguments of generated function with `matlabFunction`
I have a script that generated matlab functions based on some kinematic calculations. I need to pair up variables in vectors as ...
5 years ago | 0 answers | 1
0
answersHow to extract factors of variables in an equation?
I ended up accomplishing this using coeffs: (Thanks to madhan ravi) for i = 1:N for j = 1:N % M matri...
5 years ago | 0
| accepted
Question
How to extract factors of variables in an equation?
I am using the symbolic toolbox to generate a set of three very big equations: The result should be an equation of motion, so...
5 years ago | 1 answer | 0
1
answerQuestion
How to create a fitnet neural network with multiple hidden layers?
I am new to using the machine learning toolboxes of MATLAB (but loving it so far!) From a large data set I want to fit a neural...
6 years ago | 1 answer | 1