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

5 months 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...

5 months 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...

5 months 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: ...

5 months 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...

5 months 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...

5 months 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...

5 months 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: ...

5 months 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...

5 months 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: ...

5 months 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...

5 months 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 ...

5 months 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...

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

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

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

6 months ago | 0

Answered
Problem using "linprog" command.
Hello Devyani, I can understand that you are facing issues with the primal and dual formulations for your optimisation process...

6 months ago | 0

Answered
if my modis image on my DESKTOP HOW I OPEN IT??
Hello Abdulrhman, I can see that you are interested in working with MODIS (Moderate Resolution Imaging Spectroradiometer) image...

6 months ago | 0

Answered
Image background correction for static object imaged using different background
Hello Auwal, It seems that[RS1] [SS2] you are dealing with background variation in your images, which can affect the mean pixe...

6 months ago | 0

Answered
High-Fidelity Motor design
Hello Hassan, Modelling a motor with customized parameters in Simscape involves several steps, leveraging the flexibility and p...

7 months ago | 0

| accepted

Answered
how can i extract a frame from video using video class?
hello, To extract frames from a video for analysis using Python and OpenCV, follow these steps: Install OpenCV: Run pip instal...

8 months ago | 0

Answered
how cwt works?
hello, The use of -sqrt(a) in the code you've mentioned for the Continuous Wavelet Transform (CWT) is unusual, as the standard ...

8 months ago | 0

Answered
Find approximate solution of equation
Hello David, I can deduce that you want to know a method to find a simplified, approximate solution for solving differential e...

9 months ago | 0

Answered
How do you add a sampling interval to a low pass filter?
Hello Brianna, I can see from your question that you are trying to implement a low pass filter using the ‘fdesign.lowpass’ func...

9 months ago | 0

Answered
Connect Pidgets with Simulink
Hello Thijs, Previously, Phidgets were compatible with the Simulink platform up until its 2021 release. However, subsequent upd...

9 months ago | 1

Answered
What can be considered to be a good reprojection error value?
Hello Enes, To ascertain whether the error values following a camera-LiDAR calibration are within acceptable limits, it is esse...

9 months ago | 0

Answered
Press a Button move a Servo
Hey Ravyn, After analysing the code provided by you to control a servo motor using MATLAB code while interfacing with the Ardu...

9 months ago | 0

Answered
Analyzing Changes in Voice Aging Effects in Audio Files
Hey Mohamed, I could see that using a FFT (Fast Fourier Transform) did not yield useful results for you in order to analyse th...

9 months ago | 0

Answered
Serial.available serial communication problem on Arduino Uno
Hello 승민 임 , We know that the problem is occurring when the 2nd Arduino is getting a command if(Serial.availible()) whi...

10 months ago | 0

Answered
Extracting amplitude and frequency component using short time Fourier transform
Hello Sudarshan, Through the code provided, I can understand that you are aiming to extract amplitudes at 60Hz and 5KHz ...

10 months ago | 0

Load more