Jose Lara

MathWorks

Attivo dal 2016

Followers: 0   Following: 0

Messaggio

I'm an Application Support Engineer at MathWorks. I studied Mechanical Engineering, concentrating in Controls, at MIT and Boston University.

Statistica

All
MATLAB Answers

0 Domande
21 Risposte

File Exchange

1 File

RANK
2.290
of 299.784

REPUTAZIONE
28

CONTRIBUTI
0 Domande
21 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
4

RANK
9.187 of 20.803

REPUTAZIONE
80

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
1 File

DOWNLOAD
1

ALL TIME DOWNLOAD
706

RANK

of 165.909

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Inviato


Sphero Simulation in Simscape Multibody
Model of Sphero robot with connection to MATLAB and Simulink

circa 8 anni fa | 1 download |

5.0 / 5
Thumbnail

Risposto
Can I modify a controller from the MATLAB library in Simulink?
Emilija, there are some blocks that you can edit after <http://www.mathworks.com/help/simulink/ug/disable-links-to-library-block...

oltre 8 anni fa | 0

Risposto
Control strategy for a heating system
You may try using the <http://www.mathworks.com/help/simulink/slref/switch.html Switch> block. The Switch output between first i...

oltre 8 anni fa | 0

Risposto
removing points out of a imcontourplot
Hello Bram, You can start by obtaining contour matrix and a handle to an <http://www.mathworks.com/help/matlab/ref/hggroup.ht...

oltre 8 anni fa | 0

Risposto
Is it possible that the Arduino calculates values?
Hello Selim, You can download the <https://www.mathworks.com/hardware-support/arduino-simulink.html Arduino Support from Simu...

oltre 8 anni fa | 0

Risposto
I can't use matlab on ubuntu 16.04.
Hi Sokhib, try troubleshooting the issue with the link provided in the error: <http://www.mathworks.com/support/lme/R2016b/9> ...

oltre 8 anni fa | 0

Risposto
variable value in figure title with separate lines
Hi Hannah, You need to concatenate the string for the second line. It should look like shown below: title({'How Knud...

oltre 8 anni fa | 1

| accettato

Risposto
Hi. which toolbox contain the deinterlacer? Can I use the block to generate HDL code? How to implement it?
The <http://www.mathworks.com/help/comm/ref/deinterlacer.html Deinterlacer> block is part of the Communications System Toolbox. ...

oltre 8 anni fa | 0

Risposto
Mask Variables & Mux
Hi Alberto, A MUX block just combines its inputs into a single vector output so basic vector algebra will work. But it really...

oltre 8 anni fa | 0

Risposto
User-defined sample time in s-function
This is actually not possible. According to the <https://www.mathworks.com/help/simulink/sfg/example-of-a-basic-c-mex-s-function...

oltre 8 anni fa | 0

| accettato

Risposto
Matlab and arduino bluetooth H-05
Hi Itziar, Assuming you have implemented the H-05 Bluetooth module onto the Arduino Correctly and the Bluetooth dongle is rec...

oltre 8 anni fa | 1

Risposto
How do I save a matlab script into a Lego EV3?
It is not possible to save an MATLAB (.m) file onto a Lego EV3. The only way to deploy an algorithm for standalone operation is ...

oltre 8 anni fa | 0

Risposto
how can I measure the distance between a camera and my object in a stereo camera?
You can estimate the distance of an object from a camera using the Computer Vision System Toolbox. You will need to calibrate yo...

oltre 8 anni fa | 0

| accettato

Risposto
Why is Simulink/Simscape throwing an error when everything needed it defined?
There are a couple of algebraic loops that need to be resolved in your model. First, in the Boost w/converter subsystem, the sig...

oltre 8 anni fa | 0

Risposto
Can't connect Arduino Uno to Matlab R2016a (Mac)
The issues you are experiencing could be due to many different reasons. MathWorks provides some troubleshooting steps in their d...

oltre 8 anni fa | 0

Risposto
How to find the simulation time of digital circuits?
The reason the response of the signal is immediate is because there is only one computation performed, which is the logical oper...

oltre 8 anni fa | 0

Risposto
Redirecting stdout via system(…,'-echo')
Darren, One thing to try to not use the second output argument, but write the output of the operating system command to a file...

oltre 8 anni fa | 0

Risposto
How to associate and color points based on distance or search radius and contour them?
Abdelrahman, if you know the temperature for each of the coordinate given, you could create your own gradient of color.  If you...

quasi 9 anni fa | 0

Risposto
How to implement "Free-fall" using Multibody ?
Since you are using the Rigid Transforms, the bodies will be attached to their respective axis. A joint is required to specify m...

quasi 9 anni fa | 2

| accettato

Risposto
Determine spline functions using left division
MATLAB's built-in function ''spline'' can solve spline functions. The function outputs the breaks, polynomial coefficients and t...

quasi 9 anni fa | 0

Risposto
Histogram or similar plot to display point density of a 2d plot over time.
Since each iteration creates a new set of points, you will need to store all the values in a separate variable with the points y...

quasi 9 anni fa | 0

| accettato

Risposto
ss2tf() Acting Oddly
You are trying to create an irrational transfer function. System interconnections using internal delays can only be represented ...

circa 9 anni fa | 0