Risposto
If I only have MATLAB Runtime, e.g 2024a, can i run mbuild in a compiled cpp file using either the C++ Data Array or mwArray APIs,which generated by C++ Shared Library
Hi Lili, You are facing issues configuring MinGW to work with MATLAB Runtime for compiling C++ files using MATLAB Compiler SDK....

oltre un anno fa | 0

Risposto
Using mex -setup with MinGW64 C++ Compiler from a Custom Path
Hi Xueqi, To create an API between MATLAB and C++ that can be used without MATLAB, follow these steps: Changing the Compiler P...

oltre un anno fa | 0

Risposto
MPC block in simulink is gives max frequency to stepper motor after setpoint is reached
Hi Anshul, To resolve the issue with your MPC block in Simulink, consider the following key parameters and steps: Sampling Tim...

oltre un anno fa | 0

Risposto
How can I synchronize three timers of STM32F446RE board in StmCubeMX timer setting so that the pulses are in phase?
Hi Pooja, To ensure that all three PWM signals are in phase on your STM32F446RE board, you need to synchronize the timers. You ...

oltre un anno fa | 0

Risposto
How do I pass an object as parameter in an NMPC block in Simulink?
Hi Marco, To set up NMPC controllers for different plants encapsulated within MATLAB classes, you can try these steps: 1) Crea...

oltre un anno fa | 0

Risposto
Why does Speedgoat target not recognize usb device (xsens MTi-680G RS232 converter)?
Hi Pietro, To troubleshoot the issue of not being able to read GNSS data from an XSens MTi-680G via an RS232 converter connecte...

oltre un anno fa | 0

Risposto
How can I use a Rician simulation on Passband?
Hi Yedidia, To adapt a simulation for a passband and real-valued output when using MATLAB's "comm.RicianChannel", which inheren...

oltre un anno fa | 0

| accettato

Risposto
De-embed S parameters for 3 Fixtures/ Pads
Hi Patrick, To de-embed three fixtures or pads from your Device Under Test (DUT) using MATLAB's 'deembedsparams' function, whic...

oltre un anno fa | 1

| accettato

Risposto
DC CURRENT LIMITATION IN FOC OF PMSM
Hi Pratheesh, To limit power in a PMSM vector control system without adding another PI controller, you can directly limit the D...

oltre un anno fa | 0

Risposto
Want to know the use of the "config.m.eml" and "logger.m.eml" files.
Hi, The '.m.eml' extensions on your MATLAB files (`config.m.eml` and `logger.m.eml`) are unusual and not standard for MATLAB, s...

oltre un anno fa | 0

Risposto
Find index of a nearest value
Hi Adi, The following script should help you find the indices of values closest to given numbers in an array. % Your data x =...

oltre un anno fa | 0

Risposto
code written in MATLAB function should be paused for some instant but simulation should never be paused.
Hi Aravind, To control the execution of specific code segments in MATLAB while a simulation runs continuously, you can use the ...

oltre un anno fa | 0

Risposto
Can I used hte Spi WriteRead Block with just any SPI device or should it be only with arduino
Hi Mayur, To communicate with an SPI slave device modeled via the FPGA-in-the-Loop (FIL) approach using Simulink's SPI WriteRea...

oltre un anno fa | 0

Risposto
How to find confidence interval for not normally distributed data (Bootstrapping)
Hi Shagun, When estimating 95% confidence intervals (CI) for non-normally distributed data in MATLAB, bootstrapping combined wi...

oltre un anno fa | 0

Risposto
Trying to generate bode plot data for a 8196 points fft. it takes too long and never ends the calculation, what to do?
Hi Harshul, To speed up Bode and Nyquist plot generation from FFT data in MATLAB, especially with a large dataset, consider the...

oltre un anno fa | 0

Risposto
Three phase grid connected inverter-Capacitor in LCL filter
Hi Javed, Adding a capacitor to an LCL filter in a three-phase grid-connected inverter simulation and experiencing waveform dis...

oltre un anno fa | 0

Risposto
Export matlab variable to be imported in QGis
Hi Ricardo, To export a 1000x1000 matrix (e.g., sound pressure level data) from MATLAB to a netCDF file compatible with QGIS's ...

oltre un anno fa | 0

Risposto
Implementing a seismic source
Hi Ricardo, To create a time-dependent seismic pulse in MATLAB with a moving source, follow these simplified steps: 1. Defin...

oltre un anno fa | 0

Risposto
How to wrap up an .exe with input argumentsand launch it from c# ?
Hi Tyreke, The way you're attempting to pass MWCharArray from C# to MATLAB is not directly applicable for a standalone executab...

oltre un anno fa | 0

Risposto
Data acquisition problem in Simulink model
Hi Chiara, The issue where a Simulink model stops running properly after the first successful execution could be due to several...

oltre un anno fa | 0

Risposto
How to load a .gpx file with an invalid field name
Hi Meg, To address the issue of loading a GPX file in MATLAB when encountering errors due to invalid field names, follow these ...

oltre un anno fa | 0

Risposto
Bus for multiple Frames (coordinate reference) to
Hi Marcus, To manage multiple frames from different Body objects in Simscape Multibody more efficiently, you can't directly com...

oltre un anno fa | 0

Risposto
Matlab GUI cache file
Hi Ye, To prevent users from accessing source code (.m files) when running a MATLAB GUI program compiled into an executable (EX...

oltre un anno fa | 0

Risposto
MATPOWER AND COMPILER SDK
Hi john, To package and deploy a program using MATPOWER for use with MATLAB Production Server to handle HTTP requests, follow t...

oltre un anno fa | 0

Risposto
Circle fit in pointcloud, stl
Hi Patrick, To fit a circle to a subset of points from a 3D point cloud at a specific height (-263.6365) in MATLAB, follow thes...

oltre un anno fa | 0

Risposto
Matlab include files giving compilation errors
Hi Emmanouil, To resolve the compilation errors you're facing when calling the Matlab Engine in C++ on a Mac, you should speci...

oltre un anno fa | 0

Risposto
How to add ThermocoupleType in AppDesigner
Hi Wojciech, When facing the error "Unrecognized method, property, or field 'ThermocoupleTypesAvailable' for class 'daq.ni.Anal...

oltre un anno fa | 0

Risposto
How to create a Frequency Spectrum plot from nonlinear equations
Hello PetronasAMG, To create a frequency spectrum from the solutions of nonlinear differential equations solved using `ode45` i...

oltre un anno fa | 0

Risposto
Simulink raspberry pi keyboard read
Hello Matt, To get keyboard input into a Simulink program running on a Raspberry Pi, you can use these methods: Use a script (...

oltre un anno fa | 0

Risposto
Static or Dynamic Library for S-function
Hi Qusay, To create an S-function in MATLAB/Simulink that links with OpenFAST using static libraries (.a) on macOS, follow thes...

oltre un anno fa | 0

Carica altro