Community Profile

photo

Ed Marquez

MathWorks

Last seen: oltre 2 anni fa Attivo dal 2017

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.

Statistiche

All
  • Personal Best Downloads Level 2
  • Knowledgeable Level 3
  • First Review
  • First Submission
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Inviato


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

quasi 5 anni fa | 7 download |

Thumbnail

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

quasi 7 anni fa | 2

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

quasi 7 anni fa | 0

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

quasi 7 anni fa | 0

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

quasi 7 anni fa | 0

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

quasi 7 anni fa | 0

| accettato

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

quasi 7 anni fa | 0

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

quasi 7 anni fa | 0

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

quasi 7 anni fa | 0

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

quasi 7 anni fa | 0

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

quasi 7 anni fa | 1

| accettato

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

quasi 7 anni fa | 0

| accettato

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

circa 7 anni fa | 0

| accettato

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

circa 7 anni fa | 1

| accettato

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

circa 7 anni fa | 0

Risposto
Battery Charger Modelling in Simulink
Hi Siva, this is definitely an interesting application. Simscape Electronics and Simscape PowerSystems have several blocks ...

circa 7 anni fa | 1

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

circa 7 anni fa | 1

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

circa 7 anni fa | 0

| accettato

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

circa 7 anni fa | 1

| accettato

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

circa 7 anni fa | 0

| accettato

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

circa 7 anni fa | 3

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

circa 7 anni fa | 0

| accettato

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

circa 7 anni fa | 0

| accettato

Risposto
Random Forest using Classification Learner App
Hi, I was able to find this information from the MathWorks documentation: To explore classification ensembles interactivel...

circa 7 anni fa | 0

| accettato

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

circa 7 anni fa | 3

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

circa 7 anni fa | 0

Risposto
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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 0

| accettato

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

oltre 7 anni fa | 0

| accettato

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

oltre 7 anni fa | 0

| accettato

Carica altro