photo

Duke


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

9 个提问
1 个回答

Cody

0 个问题
1 个答案

排名
6,410
of 297,457

声誉
7

贡献数
9 个提问
1 个回答

回答接受率
55.56%

收到投票数
6

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
118,612
of 158,938

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

提问


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 ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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...

11 years 前 | 2 个回答 | 0

2

个回答

已解决


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:...

11 years 前

提问


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 ....

11 years 前 | 0 个回答 | 0

0

个回答

提问


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 ...

11 years 前 | 2 个回答 | 1

2

个回答

提问


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...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

11 years 前 | 1 个回答 | 3

1

个回答

已回答
How to identify buses used within a model
lines = find_system(bdroot, 'FindAll', 'on', 'Type', 'line'); for ii = 1:length(lines) lineObject = get_param(ge...

11 years 前 | 1

提问


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...

11 years 前 | 0 个回答 | 1

0

个回答

提问


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 ...

11 years 前 | 1 个回答 | 0

1

个回答