Statistics
RANK
6.186
of 295.569
REPUTATION
7
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
6
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Another regexp parsing question
I have a string with 2 hex values like: '.text 0x54a65b23 0x45 (hello)' I want to pull the full hex numbers out ...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
Regexp parentheses string parsing issue
I have a string that looks like: 'Hello (string_here.d) (string)' I've messed with regexp for the last hour trying to g...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
Negitive number from a hex value
If I go into the windows calculator and type in -69 in decimal and I convert that to hex I get FFFFFFBB. If I go into MatLab and...
bijna 11 jaar ago | 2 answers | 0
2
answersSolved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
bijna 11 jaar ago
Question
Model Coverage and cv.cvdatagroup question
We're running multiple tests, 20+, and we're collecting model coverage from each one of the tests. When we're done we load the ....
bijna 11 jaar ago | 0 answers | 0
0
answersQuestion
Which dress should I buy!?
Now that I have your attention, since people seem to like to edit away their questions, why don't you make it that someone with ...
bijna 11 jaar ago | 2 answers | 1
2
answersQuestion
Tell if MatLab is idle or not
The company I'm working for has a few hundred MatLab licenses but we're running out so they implemented a time out call that rev...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
Add newlines into an XML file
Is there any way to pragmatically add in newline characters into an XML file? Lets say I have something like this: docNode ...
ongeveer 11 jaar ago | 1 answer | 3
1
answerHow to identify buses used within a model
lines = find_system(bdroot, 'FindAll', 'on', 'Type', 'line'); for ii = 1:length(lines) lineObject = get_param(ge...
ongeveer 11 jaar ago | 1
Question
Create a nested XML file
I would like to create an XML file where elements can be nested inside each other. I haven't found much documentation of this an...
ongeveer 11 jaar ago | 0 answers | 1
0
answersQuestion
Tell what type of line is selected in Simulink
Is there any way that I can tell what a line is from the coommand line. I would like to see if a line is a bus or just a normal ...
ongeveer 11 jaar ago | 1 answer | 0