photo

Vineeth Nair

MathWorks

Last seen: Today Actif depuis 2018

Followers: 0   Following: 0

Disclaimer: Opinions expressed are solely my own and do not express the views or opinions of my employer

Statistiques

  • Revival Level 1
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
MJPG output from webcam (MATLAB Support Package for USB Webcams)
The MATLAB Support Package for USB Webcams supports the MJPEG format from R2023a release.

6 mois il y a | 0

Réponse apportée
How can I implement the Matlab code(Not Simulink) to the Parrot Mambo Drone?
The MATLAB Support Package for Parrot® Drones does not support the workflow of deploying your code on to the drone and changin...

8 mois il y a | 0

Réponse apportée
Why don't receive data from sensors TELLO RYZE of speed and height?
Hi, This issue might be due to your windows firewall blocking the UDP port 8890 which receives the sensor data from the drone...

11 mois il y a | 0

Réponse apportée
Why there isnt any hardware support package for Ryze Tello (Simulink)
Hi Andreas, Ryze Tello drones are not supported with Simulink. However we would like to know more about your workflow and how yo...

presque 2 ans il y a | 0

| A accepté

Réponse apportée
Can I create connections to multiple drones of the same type in the MATLAB Support Package for Parrot Drones? For example, can I connect to two Parrot Mambo FPV drones at the same time?
Parrot Mambo drones don't support the feature to connect to multiple drones at the same. But Ryze Tello EDU drones have this fe...

plus de 2 ans il y a | 0

Réponse apportée
acquiring tello drone camera in station mode
Hi Shlomo Odem, Since drone camera can't be accessed in station mode, as a workaround you can use inputs from a webcam to contr...

plus de 2 ans il y a | 0

Réponse apportée
Ryze Tello RC Send, velocity control
Hi Jose, Using the "move" command documented here you can navigate the ryze tello drone by a relative distance in x,y and z axe...

plus de 2 ans il y a | 0

Réponse apportée
I want to make matlab recognize the QR code and move a Tello drone.
Hi, You can refer to the following example which shows how to use the Tello drone to track a green ball https://www.mathworks....

presque 3 ans il y a | 0

Réponse apportée
how can I display the sensor data, altitude, speed, flight control on a graph ?
The following example explains in detail how to plot the ryze tello drone's flight data https://www.mathworks.com/help/supportpk...

plus de 3 ans il y a | 0

Réponse apportée
Ryze Tello Drone Vision Control
Hi, you could refer to the ball tracking example available here https://www.mathworks.com/help/supportpkg/ryzeio/ug/track-a-gree...

presque 4 ans il y a | 0

Réponse apportée
Error using connector.internal.doEnsureServiceOn
You need to allow MATLAB throught the Firewall. The Firewall settings depends on your OS. If you are using windows 10 , follow t...

presque 4 ans il y a | 0

Réponse apportée
syms toolbox in the student license in matlab
First you can check whether you have a license to this toolbox through this website https://www.mathworks.com/licensecenter ...

plus de 5 ans il y a | 0

Réponse apportée
subplots in App Designer.
App designer supports most of the graphics but not all. Starting from MATLAB R2018b Subplots are supported. However, for impleme...

environ 6 ans il y a | 2

| A accepté

Réponse apportée
Solving one equation with one unknown and get all possible solutions
To get only real values use following command >>solve(equation, variable, 'Real', true) You can read more about the solve fu...

environ 6 ans il y a | 0

Réponse apportée
Input port for period/frecuency square wave simulink arduino
Square wave generator block -> Right Click -> Block Parameters -> Time(t) -> Change it to "use external signal"

environ 6 ans il y a | 0

Réponse apportée
Does " 'BackgroundColor','none' " work in MATLAB R2016b ??
You can find a workaround for this issue <https://www.mathworks.com/matlabcentral/answers/7928-matlab-gui-set-transparent-backgr...

environ 6 ans il y a | 0

Réponse apportée
How to Calculate Angular Speed of Electric Motor by using Optical Sensor ?
Since 1revolution=1pulse, Angular Speed= Number of pulses/(Number of sample data * Sampling time)

environ 6 ans il y a | 0

Réponse apportée
Automatically rename external Output in generated C-Code
I am not exactly sure, what you mean by external structure. If you are asking about the external output ports, which are defined...

environ 6 ans il y a | 0

Réponse apportée
How to understand pdeplot3D?
magnitude = square root (ux^2 +uy^2+ uz^2). You can verify this through the following command: >>a = sqrt((structuralresults....

environ 6 ans il y a | 0

| A accepté

Réponse apportée
how to make irregular 3d shape with spherical coordinates?
Attaching a sample code. I have converted the spherical coordinates to Cartesian, keeping radius variable as a vector. Further I...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
Why don't uibuttons have 'normalized' coordinates?
UI buttons made using app designer , have their units set to 'Pixels' by default. And it can't be changed. You can refer to <htt...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
Is it possible to use EPI with F28M36 concerto C2000 in Simulink ?
In the simulink library browser->under Embedded coder support package for F28M36x/M3 -> "Hardware Interrupt" block is available....

environ 6 ans il y a | 0

Réponse apportée
F28M35 Simulink ePWM block
To get the "WA" input port  , open block parameters ->Under counter compare tab-> set the "Specify CMPA via" parameter to - Inpu...

environ 6 ans il y a | 1

Réponse apportée
How to remove/edit the grid axis short-line from the matlab graph using Edit->Figure properties
In the Figure:Axes window that you opened, if you expand the TICKS properties, there is an option called TickLength. There you c...

environ 6 ans il y a | 0

| A accepté