Answered
higher order intermodulation distortion
Hi Stephan, To calculate IMD for audio, you would typically need to perform a spectral analysis of the audio signal and measure...

3 maanden ago | 0

| accepted

Answered
Time- series inputs for ODE Function
Hi Yu,, You've used 'spline' interpolation in some calls to interp1 but not provided the t argument in some cases, which would...

3 maanden ago | 0

| accepted

Answered
Applying the same Euler rotation to individual grains of different symmetries
Hi Rellie, To address the challenge of applying the same Euler rotation to grains of different symmetries (Phase A and Phase B)...

4 maanden ago | 0

Answered
TD3算法训练时动作总是输出边界值
Hi 泽宇, Regarding your issue with the TD3 algorithm where actions always output at boundary values regardless of whether the rew...

4 maanden ago | 0

Answered
How to filter data on GPU before computing loss?
Hi Frederik, First, ensure your data (Y and T) are dlarray objects, which are designed for deep learning operations and can be ...

4 maanden ago | 0

Answered
从simulink导出数据到excel命令窗口行输入代码错误
Hi zhexuan, The problem appears to arise from attempting to use the "sim" function directly with an Excel file, which is not it...

4 maanden ago | 0

Answered
open_system('simulink') how to run create package application compiler and run without install matlab system
Hi Devaki, To share/run your Simulink model as a standalone app without requiring MATLAB you can refer to the documentation: ht...

4 maanden ago | 0

Answered
Alternative to use uigetfile in Matlab code generation
Hi Keshav, For code generation in MATLAB where "uigetfile" isn't supported, consider these alternatives: Directly input file p...

4 maanden ago | 0

Answered
Why does creatMaks have no images
Hi 梅花, The issue with "createMask" producing no images could be due to a spatial mismatch between the RT contours and the DICOM...

4 maanden ago | 0

Answered
The definition of the Target update frequency in Reinforcement Learning Designer.
Hi Xian, No, the update frequency of the Online Policy and Online Q networks is not the same as the Target Update Frequency. Th...

4 maanden ago | 1

| accepted

Answered
FMUを組み込んだSimulinkiモデルを実行した際に発生するエラーの対処法について教えてください
Hello 敦, The error you're encountering when running a Simulink model with an FMU in Ubuntu suggests a disruption in the connect...

6 maanden ago | 0

Answered
How to use S-Parameter Testbench with Simscape Electrical component
Hello Lu Wan, Yes, it is possible to use the S-Parameter Testbench with Simscape Electrical components in Simulink. Here's how ...

6 maanden ago | 0

Answered
slrt USB data stream from Arduino to speedgoat
Hello dundan, It sounds like you're encountering issues with consistent data streaming from an Arduino to a “Speedgoa...

6 maanden ago | 0

Answered
Changing the port dimensions of a "protected model" / Support of variable size signals
Hello Vladislav, The limitations you're experiencing with the port dimensions in a protected model are indeed a chal...

6 maanden ago | 0

| accepted

Answered
musyn hangs on DG-step
Hello Lucas, It seems you're encountering an issue where “musyn” hangs during the DG-step. To address this, you can tr...

6 maanden ago | 0

Answered
How to add kalman filter to the Lidar odometry and mapping slam present in the mathworks document?
Hi SAYANDIP, To integrate an Extended Kalman Filter (EKF) with your Lidar Odometry and Mapping (LOAM) SLAM system, fol...

6 maanden ago | 0

Answered
Need help for Instrument Control Toolbox with PicoScope 5000a
Hi hsnal, To acquire data in floating-point format from your “PicoScope 5243D” using MATLAB's Instrument Control Toolb...

6 maanden ago | 0

Answered
ND Convolution on a mesh
Hi Ifechi, To perform a 4D convolution of your node values with another similarly structured set of values without rea...

6 maanden ago | 0

Answered
M3 DC motor does not work
Hello Francesco, To address the freezing of your Simulink model at T=0.000s when assigning a constant value of 0 to the “M3 D...

6 maanden ago | 0

Answered
Transmit and Receive a Tone Using Xilinx RFSoC Device Failed
Hi Kefayet, The error indicates that the output port of “soc_rfsoc_datacapture_sw?IODataSource_Stream” is blocked, caus...

6 maanden ago | 0

Answered
5G NR MIB Recovery Using Xilinx RFSoC Device: Segmentation Fault
Hi Danna, A segmentation fault error typically indicates an attempt to access a restricted memory location. Since you'...

6 maanden ago | 0

| accepted

Answered
graph for FTCS shown only one point
Hi Nur, By carefully observing the code, it appears that the calculation of indices and plotting logic is correct. I...

6 maanden ago | 0

Answered
can you give the code for spline based waypoint navigation for drones or any uavs
Hi Bhagya, I understand that you want the spline to follow the trajectory of a polygon and pass around the waypoints. The code ...

6 maanden ago | 0

Answered
How to instance datacapture module into my HDL Code?
Hello Dongyun, As per my understanding, the issue you’re facing is with the top-level module, it seems like you’ve followed th...

6 maanden ago | 0

Answered
Messy Constellation from the ZCU111 MVDR Beamforming example
Hello Yang, As per my understanding, the issue you’re facing is with the IQ samples distribution with respect to the ideal con...

6 maanden ago | 0

Answered
Not able to run software template model for logistics.
Hello Vedansh, I understand that you’re facing issues with the “OFDM transmitter receiver model” example on the “ZC706” evalua...

6 maanden ago | 0

Answered
What is the cause of the error using privimporthdl when converting verilog to simulink?
Hi Panagiotis, I understand that you’re facing an issue while converting the Verilog design to Simulink model, the error you a...

6 maanden ago | 0

Answered
how to convert second order ODE to first in the below FDTD problem
Hi Yogesh, 1) To convert a second-order ODE to a first-order system, introduce a new variable for the derivative of the ...

6 maanden ago | 0

Answered
error in neural ODE simulation
Hi Muhammad, Based on the code you provided, it seems that you are getting a complex “dlarray” when you run the neural O...

6 maanden ago | 0

| accepted

Answered
Build DEE superposition graphs
Hi Mariana, The graphs may appear small due to the default figure size or the “subplot” configuration. To make the gra...

6 maanden ago | 0

Load more