![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1189152_1522086697165_DEF.jpg)
Danilo NASCIMENTO
UFRJ
Followers: 0 Following: 0
asdfaf
Statistiques
RANG
3 500
of 297 016
RÉPUTATION
16
CONTRIBUTIONS
40 Questions
21 Réponses
ACCEPTATION DE VOS RÉPONSES
37.5%
VOTES REÇUS
0
RANG
5 318 of 20 419
RÉPUTATION
238
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
2 Fichiers
TÉLÉCHARGEMENTS
6
ALL TIME TÉLÉCHARGEMENTS
2389
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Build Simulink model problem
When I try to build a simulink model, on matlab window command a receive two messages that two files cannot be found. However, t...
environ 5 ans il y a | 1 réponse | 0
0
réponseI got this error Undefined function 'writeDigitalPin' for input arguments of type 'double'. while using trying to run the code.How do i repair it.I am interfacing arduino and matlab.
I use writeDigitalPin(a,'D9',1); in the command line and it works just fine. However when I go to the GUI and set the same comma...
plus de 6 ans il y a | 0
Question
Third-party package
Hello, I am using version R2017a and I just can't install the Arduino Support Package. A message like this displays on the sc...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
changing a parameter inside a continuous transfer function during simulation
Hey guys, I want to change a parameter of a continuous transfer function during a simulation. Is that possible?
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
catch time signal perturbation in simulink
Do you know guys how I can catch the exactly time of a perturbation event on a signal? I mean, for example, if I have a signal o...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
zero crossing with proportional resonant controller
Hey guys do you know whether is possible to track the blue waveform with a zero crossing as shown in the picture below? The gree...
environ 10 ans il y a | 1 réponse | 0
0
réponsematlab作出的图都缩到一块,如何调整?plot plot plot
What do you mean by this?
environ 10 ans il y a | 0
Question
how to obtain this waveform
Hey guys do you know anyway of obtaining this waveform using matlab or simulink? It is the boldfaced one. <</matlabcentral/an...
environ 10 ans il y a | 1 réponse | 0
1
réponseConnection between simpowersystem and simelectronics for an optocoupler
I've already made it. If someone wants to know how it can be done. I put here.
environ 10 ans il y a | 0
Question
Connection between simpowersystem and simelectronics for an optocoupler
Hey guys I'd like to do something similar to what is shown in the picture below. My difficult is in the control part. All the...
environ 10 ans il y a | 2 réponses | 0
2
réponsesfrequency variation during a simulation
I've already made it!
plus de 10 ans il y a | 0
Question
frequency variation during a simulation
Hi guys Is there anyway so I can change the frequency of a signal during a simulation using simulink?
plus de 10 ans il y a | 1 réponse | 0
1
réponsehow to convert a code into simulink block diagram
No, I did not do the wrong way! The problem is that the link already came this way. Here is the link: http://elektroenergetika...
plus de 10 ans il y a | 0
Question
how to convert a code into simulink block diagram
Hello guys I've downloaded a file whose extension is a *.mdl. But it came all with text like this way: Model { Name "e...
plus de 10 ans il y a | 1 réponse | 0
1
réponselookup table for a function
I've already solved it!
plus de 10 ans il y a | 0
| A accepté
Question
lookup table for a function
Hey guys I'm trying to use a lookup table for a function that is not monotonically increasing, but simulink is saying to me th...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesSimulink Subsystem Simple problem
you may put them both using a discrete time.
plus de 10 ans il y a | 0
Question
how to discretize a curve in matlab
Hey guys, I have a graph of a curve, but I do not have the equation of it. So what I want to do is to discretize this curve w...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
how to find the equation that best fit this curve
Hello guys I want to find a equation that best fit this curve I'm sending attached. I tried a polynomial approximation but it...
plus de 10 ans il y a | 4 réponses | 0
4
réponsesQuestion
lc filter simulink model
Hey guys, I'm sending you a picture of a equivalent model of the output LC filter in the laplace domain. Could you, please, ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Discrete Continuous Simulink Question
Hey guys I want to know if there is a problem if a mix continuous and discrete transfer functions in a simulink model.
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Continuous/Discrete Simulink Problem
Hey guys When I use a transfer function 1/(s+1) with input of a constant 1 the output is a signal with amplitude 1 and co...
plus de 10 ans il y a | 1 réponse | 0
1
réponseWhat is the best free tool available to do tuning procedure to the PID controller system below
You can use Siso Tools.
plus de 10 ans il y a | 0
How can a breaker be turned off right at an instant when the current through it is zero.
You can use a thyristor. It is automatically switched off when the current through it is zero.
plus de 10 ans il y a | 0
A soumis
An Active Power Filter for Low Frequency Ripple Current Reduction in Fuel Celll Application
Perform a active filter for fuel cell to reduce ripple of 2nd harmonic current .
plus de 10 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/47093/versions/1/screenshot.jpg)
Fast creation of vector [0 0 1 1 2 2 3 3... n n]
V=zeros(1,20); k=0; i=1; while i<20 V(i)=k; V(i+1)=k; k=k+1; i=i+2; end V
plus de 10 ans il y a | 0
Simulink Switch Box Setup
I think the best way of doing this is using an embedded matlab function box.
plus de 10 ans il y a | 0
| A accepté
A soumis
seven_niveis_cap.mdl
A Cascade Multilevel Inverter Using a Single DC Source
plus de 10 ans il y a | 4 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/46738/versions/1/screenshot.jpg)
Simulink Subsystem Simple problem
Actually I already solved it.
presque 11 ans il y a | 0
| A accepté
Question
Simulink Subsystem Simple problem
Hello guys, I have three subsystems each one with two ouputs, all the outputs are the same, S1 and S2. I want to assign these...
presque 11 ans il y a | 3 réponses | 0