photo

Shreshth


Last seen: 1 day ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

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

6 days ago | 0

Answered
How to control stepper motor driver
Hey Conner, MATLAB's support package for Arduino hardware provides the infrastructure to control stepper motors. Please refer ...

6 days ago | 0

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

6 days ago | 0

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

6 days ago | 0

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

7 days ago | 0

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

13 days ago | 0

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

13 days ago | 0

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

13 days ago | 0

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

13 days ago | 0

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

13 days ago | 0

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

14 days ago | 0

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

20 days ago | 0

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

20 days ago | 0

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

20 days ago | 0

Answered
Mesh: Changing tetrahedral into cubical mesh
Hello Thomas, Here is an answer thread that will be helpful for you : https://www.mathworks.com/matlabcentral/answers/444107-dr...

22 days ago | 0

Answered
How to control multiple hardware units simultaneously?
Hello Yugandhar, Controlling multiple devices simultaneously and ensuring synchronization can be challenging due to potential c...

22 days ago | 0

| accepted

Answered
How to search subsystems which has links (rmi links) to requirement documents?
Hey, To efficiently identify subsystems with requirement links in MATLAB R2011b, use the `find_system` command to get all subsy...

27 days ago | 0

Answered
Why does Simulink generate an error at build time for TMS320C2812 board?
Hey, Certainly! Here's a brief summary to help you troubleshoot the build error in Simulink for the TMS320C2812 ezdsp board: ...

27 days ago | 0

Answered
What is a proxy block?
Hey, It sounds like the new model file you created has encountered an issue where the blocks are not recognized correctly, lead...

27 days ago | 0

Answered
How to integrate a C code file generated from m file into stateflow and then generate the C code?
Hey, To resolve the syntax errors when compiling the generated C code, follow these steps: 1. Inspect the Generated Code: Ch...

27 days ago | 0

Answered
Is there any way to convert Stateflow block to a text code?
Hey, To convert Stateflow blocks to a text-based format similar to MATLAB `.m` files, follow these steps: 1. **Understand St...

27 days ago | 0

Answered
how can remove interface error in stateflow chart which i have created in stateflow
Hey, To resolve the "Stateflow Interface Error: Syntax error: 'statediagram/Chart/ SFunction '" in MATLAB, follow these steps: ...

27 days ago | 0

Answered
Extract surface points from a 3D data file of a 3d H-type grid
Hey, To select the outer points from a 3D H-type grid in MATLAB, follow these steps: 1. **Load the Data**: Read the 3D point...

27 days ago | 0

Answered
How to generate a BCH (63,56) code in Matlab?
Hey Francesco, To implement a BCH (63,56) encoder and decoder in MATLAB, follow these steps: Define the Generator Polynomial: ...

27 days ago | 0

Answered
Can't display several fill plots in UIAxes in App
Hey Mark, It looks like you are trying to plot multiple fill plots within a loop, but only the last one is being displayed. O...

29 days ago | 0

Answered
Can we sense the vibration & tilt of vehicle in driving scenario design app.
Hello Rohit, For the purpose of sensing tilt and vibration of the Vehicle in the driving scenario design app, you will need to ...

29 days ago | 0

Answered
Most efficient way to update 'constant' variables in RTW/EC (variable vargin lengths?)
Hello Kenny, To address your requirement of dynamically changing x_hat and k during runtime with minimal changes to the existin...

2 months ago | 0

Answered
Simulation of Camera Inputs
Hello Philippe, I can understand that you are trying to simulate a robotic platform with a depth camera to track the trajector...

2 months ago | 0

Answered
Generate Equations of Motion of Simscape Model
Hello Ramkumar, Your understanding is correct. MATLAB Simscape Multibody (formerly known as SimMechanics) is a powerful tool f...

2 months ago | 0

Answered
Arduino and Matlab Serial communication is slow.
Hello Xing, The issue that you are facing is related to how MATLAB handles real-time data plotting within a loop, especially ...

2 months ago | 0

Load more