Statistiques
RANG
1 741
of 297 046
RÉPUTATION
38
CONTRIBUTIONS
1 Question
12 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
3
RANG
12 972 of 20 422
RÉPUTATION
25
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
2
ALL TIME TÉLÉCHARGEMENTS
251
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Is it possible to create swept sine wave in Simulink?
You can use the "Chirp Signal" block under "Sources".
plus de 4 ans il y a | 0
| A accepté
What is "Input" in "model" command?
If your Simulink model have input ports (In1 In2,...), you can set them using the "u" argument.
plus de 4 ans il y a | 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.
plus de 4 ans il y a | 0
| A accepté
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...
plus de 4 ans il y a | 0
| A accepté
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. ...
plus de 4 ans il y a | 0
| A accepté
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...
plus de 4 ans il y a | 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...
plus de 4 ans il y a | 0
| A accepté
Help with creating my own Nyquist plotting function
See nyquist1.m
plus de 4 ans il y a | 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]...
plus de 4 ans il y a | 1
| A accepté
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...
plus de 4 ans il y a | 1
| A accepté
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...
plus de 4 ans il y a | 1
| A accepté
A résolu
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...
presque 5 ans il y a
A soumis
MIMO PID tuning by LMIs
Matlab implementation of the "MIMO PID tuning via iterated LMI restiction" by Boyd, Hast, and Astrom
presque 5 ans il y a | 2 téléchargements |
A résolu
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...
plus de 5 ans il y a
Built in SVN integration not working properly
Solved after a clean exit. !matlab & exit
plus de 5 ans il y a | 0
| A accepté
A résolu
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
plus de 5 ans il y a
Question
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...
plus de 5 ans il y a | 1 réponse | 0