photo

Christian


ExpertControl GmbH

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

5 个提问
2 个回答

Cody

0 个问题
8 个答案

排名
23,880
of 300,781

声誉
1

贡献数
5 个提问
2 个回答

回答接受率
40.0%

收到投票数
1

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
44,412
of 171,031

贡献数
0 个问题
8 个答案

评分
90

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


How to force Matlab to reload classes in toolbox\rtw\rtw\@RTW
Hello, I have some software that uses the class RTW.TargetPrefs. This class was available up to R2012a. There is a patch ava...

11 years 前 | 1 个回答 | 0

1

个回答

已解决


Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...

12 years 前

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

12 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

12 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

12 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years 前

已解决


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

12 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12 years 前

提问


Using rtwmakecfg to tell RTW to use precompiled object instead of S-Function code
Hello, I try to use rtwmakecfg to define that RTW should use a precompiled object of my C S-function instead of the source co...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to get the new value of a changed mask parameter in the dialog callback?
Hello, I am using Matlab R2011a. I have created a subsystem and masked it. There is a popup parameter in my mask and I have ad...

12 years 前 | 1 个回答 | 0

1

个回答

提问


passing unicode string from C mex function to Matlab
Hello, I need to send a unicode string from my C mex function to Matlab. At the moment, I try to use mxCreateString to create ...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
Using Timer in startup.m
Ok, here is some code. I reduced it to the very basics. There is only one perl script left: #!/usr/local/bin/perl -w $ma...

13 years 前 | 0

已回答
Using Timer in startup.m
Daniel, I can confirm that your example works on my system as well, the timer is running as expected. So I am a bit confused n...

13 years 前 | 0

提问


Using Timer in startup.m
Hello, is it expected behavior that it is not possible to use timer objects in the startup.m? I have seen that in case I inc...

13 years 前 | 5 个回答 | 1

5

个回答