Community Profile

photo

rubindan


Last seen: 約3年 前 2019 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • 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".

3年以上 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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...

4年弱 前 | 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...

4年弱 前 | 0

| 採用済み

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

4年弱 前 | 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]...

4年弱 前 | 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...

4年弱 前 | 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...

4年弱 前 | 1

| 採用済み

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

4年以上 前 | 0

| 採用済み

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答