Ed Marquez
MathWorks
Followers: 0 Following: 0
I am a Mechanical Engineer and I enjoy Model-Based Design.
My professional interest revolve around different applications of MATLAB, Simulink, and Physical Modeling.
I also enjoy playing the piano, guitar, soccer, and baseball.
Estadística
0 Preguntas
34 Respuestas
1 Archivo
CLASIFICACIÓN
787
of 295.448
REPUTACIÓN
94
CONTRIBUCIONES
0 Preguntas
34 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
14
CLASIFICACIÓN
8.351 of 20.227
REPUTACIÓN
99
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
7
ALL TIME DESCARGAS
993
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
MATLAB Report Generator - Custom Report Using Report API
This example shows how to use MATLAB® Report Generator™ to create a reporting program for a data analytics workflow based on fli...
más de 5 años hace | 7 descargas |
Parsim with Parallel Computing Toolbox provides unexpected results.
Hi Elizabeth, the blog post below has a good description of the setup that you may need to run the Simulink model using _par...
más de 7 años hace | 2
Auto-run Model named m-file
Hi, You can use another script to run the script and open the model (you can determine the order). For instance, if you have...
más de 7 años hace | 0
How can I model radiative heat transfer onto a rotating cube?
Hi Brennan, I would recommend using Simscape for this type of application. Simscape is a an add-on toolbox for Simulink. Sim...
más de 7 años hace | 0
Is it possible to share C++ object created in one S-Block to another S-Block ?
Hi KS Madhukumar, I believe the MATLAB Answers post below has an answer and possible workaround to you question: h...
más de 7 años hace | 0
How to use 'detect' function in computer vision toolbox
Hi ByungHyun, MATLAB stores a list of toolboxes in a cache file.If you install a new toolbox, the cache file may not be updat...
más de 7 años hace | 0
| aceptada
Setting up SVN Usernames
Hi Greg, My suggestion is to check this link: https://www.mathworks.com/help/matlab/matlab_prog/set-up-svn-source-contro...
más de 7 años hace | 0
Hello. how declare node for create multibody simscape model ? Thank you.
Hi Jean-François, I agree with @Maitreyee - the more info you can provide about what you are trying to model, the easie...
más de 7 años hace | 0
Matlab Racing Lounge: RoadSensor Geo: xyz (nan nan nan) not found on Road
Hi Sandro, Can you provide more details on the error that you are seeing? For instance, can you provide the model, and s...
más de 7 años hace | 0
How to make a 3D plots for car tuning with specific axis
Hi Adam, I am assuming you are using R2017a, but if you are using a release within the past 3 years the interface will be ver...
más de 7 años hace | 0
Force Sensor port connections confusion
Hi Jeff, this is definitely an interesting application - and thanks for attaching these nice models. I think the doc link be...
más de 7 años hace | 1
| aceptada
How to cancel the trial of MATLAB?
Hi, as you can see in the link below, MATLAB trials are free: https://www.mathworks.com/programs/trials/trial_additional_in...
más de 7 años hace | 0
| aceptada
Simulink - Arduino - AnalogShield?
Hi, I am assuming you are speaking of creating your own library and making it work with Arduino. If you are planning to crea...
más de 7 años hace | 0
| aceptada
How to simulate a simple thermodynamical system with simulink ?
Hi, I think the issue is occurring because of the way that the system is being modeled. If you add a thermal mass block afte...
más de 7 años hace | 1
| aceptada
Matlab 2016a and higher: Mouse double click does not work
Hey, I would recommend checking the charts in this link for MAC OS & MATLAB/Simulink. It is possible that this issue can be d...
más de 7 años hace | 0
Battery Charger Modelling in Simulink
Hi Siva, this is definitely an interesting application. Simscape Electronics and Simscape PowerSystems have several blocks ...
más de 7 años hace | 1
Error in port widths or dimensions.
Hey Cosimo, Try using a Signal Specification block and set the dimensions of the output signal from the Add5 block to 1. Try...
más de 7 años hace | 1
Add phase shift to sum of sines
Hi, You could implementing something along the lines of: x = sin(linspace(0, 10*pi, 10000)); x_shift = zeros(1, nume...
más de 7 años hace | 0
| aceptada
What Simulink tool should I use to break a continuous signal into its frequency components?
Hi, I recommend checking a really simple demo for using the FFT block in Simulink. You can open the demo by typing 'ex_fft_tu...
más de 7 años hace | 1
| aceptada
Simscape Electrical Mosfet gate voltage source
Hi, you need to connect the Simulink-PS Converter block to either a Controlled Current Source or to a Controlled Voltage Sour...
más de 7 años hace | 0
| aceptada
Can I change the Simulink scope default from black bacground to white background?
Hi, Yes, you can. I assume you are using a Windows PC and R2016b. To change the style of the scope block permanently:...
más de 7 años hace | 4
How to define figure position in subplot1?
Hey Maria, In order to put a subplot on focus in 'subplot1', you need to call 'subplot1' with one argument which is the numbe...
más de 7 años hace | 0
| aceptada
typical mesh generation and surf plot ?
Hey, I am assuming you are using MATLAB R2016b. The simplest way to quickly try several plotting options would be to do the f...
más de 7 años hace | 0
| aceptada
Random Forest using Classification Learner App
Hi, I was able to find this information from the MathWorks documentation: To explore classification ensembles interactivel...
casi 8 años hace | 0
| aceptada
Copy and paste not working in the MATLAB editor?
Hi, The keyboard short-cuts for Copy (Ctrl+C) and Paste (Ctrl+V) may not work if the "Editor/debugger key bindings" preferenc...
casi 8 años hace | 3
Is it possible to use the window for 'Function Block Parameters' of the Bus Selector block for Subsystem Blocks?
Hi, you can do that by specifying the storage classes for signals and states in your model. See the link below: https://lo...
casi 8 años hace | 0
I want to insert a Matrix in a simulink Model
This link is helpful for what you are trying to do: https://www.mathworks.com/help/simulink/slref/vectorconcatenate.html
casi 8 años hace | 0
How to save Simulink model as eps-picture? R2016a
You can see from the Release Notes below that for R2015b and later, printing or saving models as EPS files is no longer supporte...
casi 8 años hace | 0
| aceptada
Questions about mapping toolbox
I was able to run the code you shared with no warnings or errors. 'layers' was generated and has the 11 layers that are expected...
casi 8 años hace | 0
| aceptada
How do I add a new Simulation Mode
That's a good idea, but it is not possible. As of R2016b adding or creating a custom Simulation Mode is not supported. I work f...
casi 8 años hace | 0
| aceptada