Feeds
已回答
How can I operate motor with rs232 and matlab ?
Hey Metin, Please refer to the below discussion link to get the answer to your question. http://www.mathworks.com/matlabcentra...
How can I operate motor with rs232 and matlab ?
Hey Metin, Please refer to the below discussion link to get the answer to your question. http://www.mathworks.com/matlabcentra...
13 days 前 | 0
已回答
how can I rotate links of robot?
Hi Priyank, To rotate the links of a TRR (Twist-Rotate-Rotate) configuration robot, you need to control each joint individually...
how can I rotate links of robot?
Hi Priyank, To rotate the links of a TRR (Twist-Rotate-Rotate) configuration robot, you need to control each joint individually...
13 days 前 | 0
已回答
Nano motor carrier issue
Hello Stefan, It sounds like you've set up your Arduino and motor correctly, but there might be a few things to check or adjust...
Nano motor carrier issue
Hello Stefan, It sounds like you've set up your Arduino and motor correctly, but there might be a few things to check or adjust...
13 days 前 | 0
已回答
Will it possible to generate a hex file from matlab code for PIC microcontroller?
Hi, You can use simulink coder to do the same. Here is the link to the MathWorks reference document explaining the use of Simul...
Will it possible to generate a hex file from matlab code for PIC microcontroller?
Hi, You can use simulink coder to do the same. Here is the link to the MathWorks reference document explaining the use of Simul...
16 days 前 | 0
已回答
PID controller - parrot minidrone
Hi Keith, Here is the MathWorks link to the example where a series of videos tells you about Drone Simulatioin using PID contro...
PID controller - parrot minidrone
Hi Keith, Here is the MathWorks link to the example where a series of videos tells you about Drone Simulatioin using PID contro...
16 days 前 | 0
已回答
image segmentation using fitcsvm
Hey Adham, To understand the use of fitcsvm to train and cross validate a SVM model, you can refer to the documentation provide...
image segmentation using fitcsvm
Hey Adham, To understand the use of fitcsvm to train and cross validate a SVM model, you can refer to the documentation provide...
23 days 前 | 0
已回答
problem when use function geoiconchart .
Hey Amal, geoiconchart(lat, lon) displays pushpin icons on the specified latitude and longitude corrdinates and geoiconchart(la...
problem when use function geoiconchart .
Hey Amal, geoiconchart(lat, lon) displays pushpin icons on the specified latitude and longitude corrdinates and geoiconchart(la...
24 days 前 | 0
| 已接受
已回答
GUI app designer: how to create the toolbar
Hi Nurul, It looks like you want to have a title bar or Menu bar at the top of your GUI. In app designer you can utilise the ...
GUI app designer: how to create the toolbar
Hi Nurul, It looks like you want to have a title bar or Menu bar at the top of your GUI. In app designer you can utilise the ...
1 month 前 | 0
已回答
Problem in connection of circuit
Hey, Please refer to the below documentation for knowing about the example related to Ohm's law. https://www.mathworks.com/mat...
Problem in connection of circuit
Hey, Please refer to the below documentation for knowing about the example related to Ohm's law. https://www.mathworks.com/mat...
3 months 前 | 0
已回答
simulink and gui connection
Hey, Please refer to the below link for reference in creating a new GUI for a SImulink Model. https://www.mathworks.com/discov...
simulink and gui connection
Hey, Please refer to the below link for reference in creating a new GUI for a SImulink Model. https://www.mathworks.com/discov...
3 months 前 | 0
已回答
How to commit Simulink model file on git
Hey Aditya, Please refer to the below MathWorks documentation link for info about setting up GIT Source control for MATLAB. ht...
How to commit Simulink model file on git
Hey Aditya, Please refer to the below MathWorks documentation link for info about setting up GIT Source control for MATLAB. ht...
3 months 前 | 0
已回答
How to change Arduino Mega2560 PWM frequency in Simulink?
Hi, Please refer to the below Answer link to know about the solution to your issue. https://www.mathworks.com/matlabcentral/an...
How to change Arduino Mega2560 PWM frequency in Simulink?
Hi, Please refer to the below Answer link to know about the solution to your issue. https://www.mathworks.com/matlabcentral/an...
3 months 前 | 0
已回答
Arduino simulink blocks anounce "???"
Hey, To resolve the "S-function block doesn't exist" error in Simulink with the Arduino Hardware library, try these steps: Res...
Arduino simulink blocks anounce "???"
Hey, To resolve the "S-function block doesn't exist" error in Simulink with the Arduino Hardware library, try these steps: Res...
3 months 前 | 0
已回答
how to control entities in the queue
Hey Asad, To control entity departure in a Simulink Queue block: Open the Queue Block: Double-click the Queue block in your mo...
how to control entities in the queue
Hey Asad, To control entity departure in a Simulink Queue block: Open the Queue Block: Double-click the Queue block in your mo...
3 months 前 | 0
已回答
How can I find displacement from acceleration on simulink?
To accurately derive displacement from earthquake acceleration data in Simulink: 1. Preprocess: Remove offsets and drift using ...
How can I find displacement from acceleration on simulink?
To accurately derive displacement from earthquake acceleration data in Simulink: 1. Preprocess: Remove offsets and drift using ...
3 months 前 | 0
已回答
How to control PWM servo driver for arduino from Simulink?
Hello Yash, I understand that you want to control the motor driver by sending the I2C commands to the module from MATLAB. For...
How to control PWM servo driver for arduino from Simulink?
Hello Yash, I understand that you want to control the motor driver by sending the I2C commands to the module from MATLAB. For...
3 months 前 | 0
已回答
How can I control a stepper motor in Matlab using Arduino?
Dear Ruchika, You can refer the below MathWorks documentation to understadn the process of using stepper motor in MATLAB using ...
How can I control a stepper motor in Matlab using Arduino?
Dear Ruchika, You can refer the below MathWorks documentation to understadn the process of using stepper motor in MATLAB using ...
4 months 前 | 0
已回答
How to control stepper motor driver
Hey Conner, MATLAB's support package for Arduino hardware provides the infrastructure to control stepper motors. Please refer ...
How to control stepper motor driver
Hey Conner, MATLAB's support package for Arduino hardware provides the infrastructure to control stepper motors. Please refer ...
4 months 前 | 0
已回答
where can i find help for simulink models
Hello Stefanos, To get started with Simulink, you can go through the "Getting Started with Simulink" page provided by MathWorks...
where can i find help for simulink models
Hello Stefanos, To get started with Simulink, you can go through the "Getting Started with Simulink" page provided by MathWorks...
4 months 前 | 0
已回答
How can I integrate Virtual Arduino/Arduino simulator and simulink?
Hello Faizul, To emulate an arduino using MATLAB, first you will need to install MATLAB support package for Arduino Hardware to...
How can I integrate Virtual Arduino/Arduino simulator and simulink?
Hello Faizul, To emulate an arduino using MATLAB, first you will need to install MATLAB support package for Arduino Hardware to...
4 months 前 | 0
已回答
Error while operating stepper motor
Hey Safaa, It appears that u are looking to control stepper motor using MATLAB and L293D driver. MATLAB handles the timing an...
Error while operating stepper motor
Hey Safaa, It appears that u are looking to control stepper motor using MATLAB and L293D driver. MATLAB handles the timing an...
4 months 前 | 0
已回答
How to calculate the truss joint displacement from the known joint rotation?
Hey Kun, Below is a basic example of how you might use MATLAB to calculate the joint displacement from the joint rotation value...
How to calculate the truss joint displacement from the known joint rotation?
Hey Kun, Below is a basic example of how you might use MATLAB to calculate the joint displacement from the joint rotation value...
4 months 前 | 0
已回答
Serial Communication with GUI
Hello Ankit, To achieve continuous reading and writing to two different serial ports, you can use multi-threading in Python. Be...
Serial Communication with GUI
Hello Ankit, To achieve continuous reading and writing to two different serial ports, you can use multi-threading in Python. Be...
4 months 前 | 0
已回答
How to deploy simulink dashboard to app designer
Hello skamajaya, For the purpose of using vertical gauge in the GUI you are trying to build you can use the command g.orientati...
How to deploy simulink dashboard to app designer
Hello skamajaya, For the purpose of using vertical gauge in the GUI you are trying to build you can use the command g.orientati...
4 months 前 | 0
已回答
How to install Matlab with toolboxes remotely on a linux server?
Hey Sébastian, To install MATLAB with toolboxes on a remote Linux server: Download the installation files from the MathWorks w...
How to install Matlab with toolboxes remotely on a linux server?
Hey Sébastian, To install MATLAB with toolboxes on a remote Linux server: Download the installation files from the MathWorks w...
4 months 前 | 0
已回答
Simulation of a non-parametric model
Hey SKRE, Creating a simulation in Simulink using point-wise transfer function data can indeed be challenging but is certainly ...
Simulation of a non-parametric model
Hey SKRE, Creating a simulation in Simulink using point-wise transfer function data can indeed be challenging but is certainly ...
4 months 前 | 0
已回答
How can I change the length of a line using the xline() function?
Dear Affan, I can see that you are trying to introduce vertical lines in your graph with specific X and Y values. There is no...
How can I change the length of a line using the xline() function?
Dear Affan, I can see that you are trying to introduce vertical lines in your graph with specific X and Y values. There is no...
4 months 前 | 0
已回答
S-Funtion for add Model Expolorer parameters
Hello Mehmet, One way of acheiving your task is by creating a custom S function.You will have to create the S function using S-...
S-Funtion for add Model Expolorer parameters
Hello Mehmet, One way of acheiving your task is by creating a custom S function.You will have to create the S function using S-...
5 months 前 | 0
已回答
how to connect matlab gui with arduino through a wifi module
Hey Ajith, Please refer to the below MathWorks documentation to understand the process of connecting MATLAB with arduino over W...
how to connect matlab gui with arduino through a wifi module
Hey Ajith, Please refer to the below MathWorks documentation to understand the process of connecting MATLAB with arduino over W...
5 months 前 | 0
已回答
Problem with joint simulation
Hello 洪宇 , The problem you are encountering is due to the segment configuration in the XY Table. The error mentions that there ...
Problem with joint simulation
Hello 洪宇 , The problem you are encountering is due to the segment configuration in the XY Table. The error mentions that there ...
5 months 前 | 0