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

9 months 前 | 0

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

9 months 前 | 0

| 已接受

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

9 months 前 | 0

| 已接受

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

9 months 前 | 0

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

9 months 前 | 0

| 已接受

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

9 months 前 | 0

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

9 months 前 | 0

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

9 months 前 | 0

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

9 months 前 | 0

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

9 months 前 | 0

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

9 months 前 | 0

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

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

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

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

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

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

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

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

11 months 前 | 0

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

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

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

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

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

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

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

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

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

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

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

1 year 前 | 0

| 已接受

加载更多