
MathWorks Student Competitions Team
MathWorks
Estadísticas
CLASIFICACIÓN
1.145
of 284.557
REPUTACIÓN
53
CONTRIBUCIONES
24 Preguntas
29 Respuestas
ACEPTACIÓN DE RESPUESTAS
58.33%
VOTOS RECIBIDOS
17
CLASIFICACIÓN
18.876 of 19.216
REPUTACIÓN
0
EVALUACIÓN MEDIA
4.70
CONTRIBUCIONES
87 Archivos
DESCARGAS
2402
ALL TIME DESCARGAS
257053
CLASIFICACIÓN
67.827
of 137.300
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
Enviada
VEXCompanionApp
Add-on to enhance user experience of the VEX EDR hardware support packages
alrededor de 1 mes hace | 55 descargas |
Enviada
Sensitivity Analysis with MATLAB for Student Competitions
This repository uses the AIAA DesignBuildFly 2021 Competition scoring function to investigate how distinctive design variables a...
alrededor de 2 meses hace | 6 descargas |

Enviada
Robotics Playground
This toolbox is a collection of Simulink virtual envrionments designed to aid in the teaching of basic concepts in mobile roboti...
6 meses hace | 98 descargas |
Enviada
Making Vehicles & Robots See-Getting Started with Perception
This repository is to help students to get started with practical approaches to work with perception algorithms using MATLAB and...
8 meses hace | 8 descargas |

Enviada
Simscape Essentials for Automotive Student Teams
The submission introduces a set of models to get the automotive student teams started with physical modeling using Simscape™.
9 meses hace | 16 descargas |
Enviada
BAJA All-Terrain Vehicle (ATV) Model
The file contained includes BAJA ATV model with Continuously Variable Transmission(CVT).
10 meses hace | 51 descargas |

Enviada
MATLAB and Simulink ROS Tutorials
MATLAB and Simulink tutorials for learning how to program and develop robots powered by ROS™
12 meses hace | 45 descargas |

Enviada
Electric Vehicle Powered by BLDC Motor
This submission contains a set of models to show the implementation of electric all-terrain vehicles powered by BLDC motor.
alrededor de 1 año hace | 73 descargas |

Enviada
The BioMassters Challenge Starter Code
This repository serves as a starting solution to The BioMassters competition to estimate aboveground biomass from satellite imag...
alrededor de 1 año hace | 2 descargas |

Enviada
optimization-for-model-aircrafts
This repository contains code that optimizes an aircraft with SAE Aero 2020 Regular Class problem statement as an example
más de 1 año hace | 4 descargas |
How can I control the VEX V5 Electromagnet with MATLAB/Simulink?
Although there is no official Electromagnet block for the VEX V5 support package. You can use the prototype block attached to th...
más de 1 año hace | 0
| aceptada
Pregunta
How can I control the VEX V5 Electromagnet with MATLAB/Simulink?
I am using the MATLAB/SImulink hardware support package for VEX V5 and would like to control the V5 ecletromagnet, but there is ...
más de 1 año hace | 1 respuesta | 0
1
respuestaEnviada
Vehicle Path Tracking Using Model Predictive Control (MPC)
This submission contains a model to show the implementation of MPC on a vehicle moving in a US Highway scene.
casi 2 años hace | 32 descargas |

Enviada
Modeling Disease Spread Using an SEIR Model
This is a simple SEIR (Susceptible-Exposed-Infectious-Recovered) model of disease spread, implemented in MATLAB®.
casi 2 años hace | 24 descargas |

Enviada
Vehicle Path Tracking Using Stanley Controller
The submission contains a model to show the implementation of the Stanley controller on a vehicle moving in a scene.
alrededor de 2 años hace | 36 descargas |
Enviada
Robot Autonomy and Control Workshop
A workshop covering the essentials of programming autonomous tasks for mobile robots with MATLAB and Simulink.
más de 2 años hace | 7 descargas |

I get the error ' Unable to resolve the name matlabshared.toolchain.gnu_gcc_arm.getGnuArmToolsDir' when using the ARM Cortex based VEX Microcontroller Support Package
To fix the error, Please download and install Simulink Coder Support Package for VEX EDR V5 Robot Brain additionally over your c...
más de 2 años hace | 0
Pregunta
I get the error ' Unable to resolve the name matlabshared.toolchain.gnu_gcc_arm.getGnuArmToolsDir' when using the ARM Cortex based VEX Microcontroller Support Package
Simulink models fail to build with the following error : Error Report: Command "codertarget.vexarmcortex.internal.addCompilerPa...
más de 2 años hace | 1 respuesta | 0
1
respuestaEnviada
Autonomous Navigation for Mobile Robots and UGV
Examples for creating autonomous navigation software stacks for mobile robots and UGV using MATLAB and Simulink
más de 2 años hace | 56 descargas |
Enviada
Obstacle Avoidance with Camera Sensor using Simulink
Obstacle avoidance for UAV/UGV using optical flow algorithm calculated using the vehicle's front view camera.
más de 2 años hace | 27 descargas |

Enviada
Roll Center Calculator
This submission contains a set of the .mlapp file and the .m function files to calculate the roll-center height.
más de 2 años hace | 11 descargas |
I get the error 'Changing property 'UnconnectedLineMsg' is not allowed ' when using a block from the MATLAB and Simulink Robotics Playground
To fix the error, go to the Simulink model settings and set the UnconnectedLineMsg connectivity diagnostic to 'none'. See how to...
más de 2 años hace | 2
| aceptada
Pregunta
I get the error 'Changing property 'UnconnectedLineMsg' is not allowed ' when using a block from the MATLAB and Simulink Robotics Playground
When creating or running a model using the MATLAB And SImulink Robotics toolbox, I get the following error: Error evaluating 'I...
más de 2 años hace | 2 respuestas | 0
2
respuestasEnviada
Modeling and Simulation of an Autonomous Underwater Vehicle
This submission contains the files used in this video on modeling, simulation and control of an Autonomous Underwater Vehicle
casi 3 años hace | 43 descargas |
Enviada
Deep Learning For Object Detection
Code Files for MATLAB and Simulink Robotics Arena - Deep Learning for Object Detection video series
casi 3 años hace | 23 descargas |
Enviada
Modeling a Thrust Vector Controlled Rocket in Simulink
Code in this repository is discussed in a BPS.Space YouTube video on modeling a thrust vector controlled rocket in Simulink
alrededor de 3 años hace | 33 descargas |

Enviada
Deep Learning For Time Series Data
The examples showcase two ways of using deep learning for classifying time-series data, i.e. ECG data.
alrededor de 3 años hace | 12 descargas |
Enviada
Student Competition : Code Generation Training
Files associated with the Student Competition : Code Generation Training
alrededor de 3 años hace | 14 descargas |

Enviada
Vehicle Path Tracking Using Pure Pursuit Controller
This submission contains a set of models to show the implementation of a pure pursuit controller on a vehicle under different sc...
alrededor de 3 años hace | 39 descargas |
Enviada
MATLAB and Simulink Racing Lounge: Vehicle Modeling
Simulink and Powertrain Blockset models for the Vehicle Modeling series
alrededor de 3 años hace | 218 descargas |