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

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

1 year 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: ...

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

1 year 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: ...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1 year ago | 0

Answered
Implement variable switching times for inverter.
Hello Siddhi, The information provided by you it is clear that you adjust the switching sequence so that, for example, with a...

1 year ago | 0

Answered
Is it possible to automate image scaling?
Hello Jordan, Your question suggests that you are looking for a way in which we can use a MATLAB toolbox to automate the...

1 year ago | 1

Answered
Takagi Sugeno Fuzzy Model
Hello SM, I could see that you are trying to work your way through defining variables to construct a Takagi-Sugeno Fuzzy mo...

1 year ago | 0

Answered
Problem with compiling simscape library
Hello Rafal , I could see that you are trying to work your way through compiling a Simscape library with addition of ne...

2 years ago | 0

Answered
I'm desperately trying to run an Arduino program and IN THE SAME TIME to plot something in Matlab.
Hello RAZVAN, Your question demands a solution for live visualization of potentiometer voltage in MATLAB while contr...

2 years ago | 0

Load more