Réponse apportée
Arduino Due CAN bus Communication via Simulink
Hi Min, Simulink's CAN Receive block might not fully support Due's CAN bus. Consider using the S-Function Block for more contro...

plus d'un an il y a | 0

Réponse apportée
PLL phase-locked frequency failure
Hi Xin, Your PLL drift using RTU box 204 likely stems from the unit delay or PI parameters. Unit Delay: Ensure the unit delay ...

plus d'un an il y a | 1

Réponse apportée
Transformation matrix for 3D frame element
Hi Christos, I see you're looking for help with the transformation matrix for 3D frame elements in MATLAB. Since you've alrea...

plus d'un an il y a | 1

| A accepté

Réponse apportée
Exporting C++code to Visual Studio using the Simulink model yields incorrect results
Hi Defeat, Can you try the following solutions? Use a parameterizable Three Phase Source block to define voltages as parameter...

plus d'un an il y a | 0

Réponse apportée
Evaluation of repeated parameter sets in gamultiobj and paretosearch
Hi Dhanesh, In general, these solvers are designed to avoid redundant function evaluations for identical parameter sets. They p...

plus d'un an il y a | 0

| A accepté

Réponse apportée
Serial reading and splitting data needs to be faster
Hi Rick, To speed up converting serial data to a double matrix, focus on the loop that processes each data cell. Here's how: ...

plus d'un an il y a | 0

| A accepté

Réponse apportée
Can wireless network simulator provide DAC quantizatization function?
Hi Zhiwei, While wireless network simulators might not have built-in DAC quantization, here's a workaround: Run your network s...

plus d'un an il y a | 0

Réponse apportée
RIS and raytracing in urban enviroment
Hi Nicolas, This is a possible solution for simulating RIS in your urban ray tracing model with comm.RayTracingChannel: Simula...

plus d'un an il y a | 0

| A accepté

Réponse apportée
Linking failed on dSPACE1006 using 2Level S-function
Hi Hedi, Cause: Linker can't find function definitions from external libraries (FAST_Library.h). Solutions: Configure Build P...

plus d'un an il y a | 0

Réponse apportée
Why does zoom unexpectedly invert sometimes? (App Designer, UIFigures)
Hi Tiberia, Linked Axes: You have 3 linked axes. Consider if "linkaxes" is affecting zoom behavior and test by temporarily disa...

plus d'un an il y a | 0

Réponse apportée
Minimizing/optimizing a function containing multiple arrays?
Hi cbisted, Define a function: This function subtracts a scaled version of the solvent and waterline signals from your data (FT...

plus d'un an il y a | 0

Réponse apportée
Communications Toolbox - AGC module Matlab script does not yield the same output as Simulink block
Hi Mason, The difference between Simulink and MATLAB AGC outputs likely boils down to three things: Data Check: Make sure the ...

plus d'un an il y a | 0

Réponse apportée
Prepare a MATLAB code that develop Response Spectrum (Acceleration & Time ordinates) based on acceleration (m/s/s) & time(seconds) records contained in a .txt file?
Hi Parvesh, Try working with the below code snippet. % Read data from the text file (assuming two columns) [time, accelerati...

plus d'un an il y a | 0

Réponse apportée
How do I connect to a Phasor Measurement Unit (SEL-311C) using it's serial port RS232? I am able to do that using Teraterm but not in Matlab
Hi Sudhir, Connecting to SEL-311C via Serial Port in MATLAB: While Teraterm works, replicating it in MATLAB requires the Instr...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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:...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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 ...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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)...

presque 2 ans il y a | 0

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

presque 2 ans il y a | 0

Réponse apportée
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 ...

presque 2 ans il y a | 0

Réponse apportée
从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...

presque 2 ans il y a | 0

Réponse apportée
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...

presque 2 ans il y a | 0

Réponse apportée
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...

presque 2 ans il y a | 0

Réponse apportée
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...

presque 2 ans il y a | 0

Réponse apportée
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...

presque 2 ans il y a | 1

| A accepté

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

presque 2 ans il y a | 0

Charger plus