已回答
Simulate a non linear system from input and output signals
Hi @suniya vs To replicate the harmonics in your output signal using the provided code, you can try the following steps: Incr...

2 years 前 | 0

已回答
How can I save Neural Network Statsitics?
Hi @Ali Almakhmari To programmatically save the statistics of a neural network in MATLAB, you can use the 'save' function to sa...

2 years 前 | 1

| 已接受

已回答
Potential conflicting usages of identifier 'XXXXYY': a data type, and the name of a top level function for the model 'XXXX'
Hi @Mark Roseman The error message you received indicates a potential conflict in the usage of the identifier 'XXXXYY' within y...

2 years 前 | 0

已回答
Cannot find unconnected line
Hey @Augusto Dufloth I understand that you are unable to find the connected block despite Simulink showing errors for the same....

2 years 前 | 0

已回答
Periodic performance issues (related to MATLABWindow.exe?)
Hey @Cyrano Chatziantoniou I understand that you want to know the potential cause for the performance hits while scrolling thro...

2 years 前 | 0

已回答
Simulink window rendering incorrectly
Hey @Pranav Here is the possible workaround to fix the pixelated aliasing artifacts in Simulink GUI windows on your Ryzen 9 RTX...

2 years 前 | 0

已回答
How to customize setting the included angle of the XY axis to 120 degrees?
I understand that you want to set the angle between XY as 120 degree while keeping Z-axis perpendicular to XY plane. This can be...

2 years 前 | 1

已回答
I have a model for which time delay is coming negative and I'm unable to find transfer function. How should I proceed to calculate tf?
Negative time delays in MIMO process can occur due to factors such as system dynamics, signal propagation delays, processing del...

2 years 前 | 0

已回答
Integrate polar histogram values about a certain value
Here is the function to integrate normalized polar histogram to clockwise & counterclockwise away from mean: function [clockw...

2 years 前 | 1

| 已接受

已回答
Terminating the external program with system command.
Here is the possible workaround to ensure MATLAB terminates XFOIL properly: Use ‘system’ command with appropriate options: s...

2 years 前 | 0

已回答
How Programmatically Edit parameters an Instance of a Masked Simulink Library
In order to retrieve the file path of instance being called and to change the parameter of that instance you can follow the wor...

2 years 前 | 0

已回答
How to interrupt Simulink when running through Python? (Requirements: Monitoring? Waiting for the interrupt signal from users)
I understand that you want to pause the simulation in between, perform some action, and resume the simulation later. You can uti...

2 years 前 | 1

已回答
matlab与c/c++混编如何生成指向外部常量结构体的指针?
我将用英语回答您的询问 You can pass the pointer to camera information structure as an input to the function as shown in the code below: ...

2 years 前 | 0

已回答
Caluclating an integral over a rectangle, with a singularity point.
I understand that you are unable to perform numerical integration using quad2d and integral2 function. According to MathWorks do...

2 years 前 | 1