photo

rubindan


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

1 个提问
12 个回答

File Exchange

1 文件

Cody

0 个问题
4 个答案

排名
1,746
of 297,457

声誉
38

贡献数
1 个提问
12 个回答

回答接受率
100.0%

收到投票数
3

排名
12,988 of 20,438

声誉
25

平均
0.00

贡献数
1 文件

下载次数
2

ALL TIME 下载次数
251

排名
60,971
of 158,938

贡献数
0 个问题
4 个答案

评分
50

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 3 Month Streak
  • Personal Best Downloads Level 1
  • Knowledgeable Level 2
  • First Answer
  • First Submission
  • GitHub Submissions Level 1
  • First Review
  • Solver

查看徽章

Feeds

排序方式:

已回答
Is it possible to create swept sine wave in Simulink?
You can use the "Chirp Signal" block under "Sources".

4 years 前 | 0

| 已接受

已回答
What is "Input" in "model" command?
If your Simulink model have input ports (In1 In2,...), you can set them using the "u" argument.

4 years 前 | 0

已回答
configure clock in simulink to inherit the sample time
To get arround it you can put the clock block outside this subsystem and creatre an additional input for the clock time.

4 years 前 | 0

| 已接受

已回答
How to run a MATLAB Script once for each Simulink Loop.
If you do not need to generate code from this Simlink model, you can use a Matlab Function block, In you case inputs to the bl...

4 years 前 | 0

| 已接受

已回答
How to see at each iteration the results of fmincon
The options OutputFcn and PlotFcn (which you specify using optimoptions) allows you see what happens in each iteration online. ...

4 years 前 | 0

| 已接受

已回答
functions instead eval?
You can use str2func as follows: rnstr = ['0.81472/mask(4)+mask(16)*mask(7)/mask(24)/mask(4)',... '-mask(24)+mask(21)/mask...

5 years 前 | 0

已回答
Export data from MATLAB table to new table in Excel
To use writetable(T) the object T must be a table class object, created with the table command. In your case T is a cell array...

5 years 前 | 0

| 已接受

已回答
Help with creating my own Nyquist plotting function
See nyquist1.m

5 years 前 | 0

已回答
how to bode plot function.
Option 1: s=tf('s'); G = 200*(s+0.4)*exp(-0.1*s)/s/s/(s+10)^2; bode(G) Option 2: G = tf(200*[1 0.4],conv(conv([1 10],[1 10]...

5 years 前 | 1

| 已接受

已回答
Linear Function Input in SimuLink
There are som many ways to do that. To name a few, you can use a From Worksapce block to input whatever input you want as a fun...

5 years 前 | 1

| 已接受

已回答
why simulink has noise while ode45 dose not?
Without code or Simulink model it is hard to tell what is exacly the reason. In case that the noise is numeric and should not be...

5 years 前 | 1

| 已接受

已解决


Knight's Tour Checker
Given a matrix a, determine whether or not a legal <http://en.wikipedia.org/wiki/Knight's_tour knight's tour> is present. The kn...

5 years 前

已提交


MIMO PID tuning by LMIs
Matlab implementation of the "MIMO PID tuning via iterated LMI restiction" by Boyd, Hast, and Astrom

5 years 前 | 2 次下载 |

0.0 / 5

已解决


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

5 years 前

已解决


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

5 years 前

已回答
Built in SVN integration not working properly
Solved after a clean exit. !matlab & exit

5 years 前 | 0

| 已接受

已解决


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

5 years 前

提问


Built in SVN integration not working properly
Hello, The buitin SVN integration ocasionally not working on my Matlab 2015b: - No SVN column in the Current Folder view of th...

5 years 前 | 1 个回答 | 0

1

个回答