已回答
Hi, I need help with coding for large expressions with integrations as given in the image.
Hi Naveed, Here's a basic Matlab code snippet that demonstrates a definite integral, similar to what you might use for the prov...

7 months 前 | 0

| 已接受

已回答
Kindly review my results on applying FFT for a non-periodic EMG signal.
Hi sadem, Your approach using FFT for non-periodic EMG signals is partially correct. FFT assumes periodicity, and the resulting...

7 months 前 | 0

已回答
cell linked method in matlab with parallelization trough domain splitting
Hi Andrea, Parallelize cell-linked method with domain splitting in MATLAB: Split domain & assign particles: Use :"spmd":https:...

7 months 前 | 0

已回答
FPGA-in-the-Loop(FIL) validation fails when FPGA board is included in the test using board IP address
Hi Shalini, Try following these steps for troubleshooting: 1. Check Hardware Connectivity: I hope you referred to the documen...

7 months 前 | 0

已回答
CRS mismatch or I do not know
Hi Bat, It appears you're facing a Coordinate Reference System (CRS) mismatch between your raster image (EPSG:4326 likely) and ...

7 months 前 | 0

已回答
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...

7 months 前 | 0

| 已接受

已回答
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...

7 months 前 | 0

| 已接受

已回答
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)...

8 months 前 | 0

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

8 months 前 | 0

已回答
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 ...

8 months 前 | 0

已回答
从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...

8 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
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...

8 months 前 | 1

| 已接受

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

10 months 前 | 0

已回答
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 ...

10 months 前 | 0

已回答
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...

10 months 前 | 0

已回答
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...

10 months 前 | 0

| 已接受

已回答
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...

10 months 前 | 0

已回答
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...

10 months 前 | 0

已回答
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...

10 months 前 | 0

已回答
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...

10 months 前 | 0

已回答
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...

10 months 前 | 0

已回答
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...

10 months 前 | 0

已回答
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'...

10 months 前 | 0

| 已接受

已回答
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...

10 months 前 | 0

已回答
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 ...

10 months 前 | 0

已回答
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...

10 months 前 | 0

已回答
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...

10 months 前 | 0

加载更多