Answered
Simulink edit makefile to create a library instead of executable
Hi @Mikel85 I understand that you want to create an independent library using makefile. If you have Embedded Coder license, you...

ungefär ett år ago | 1

Answered
How to link MATLAB to Aspen Adsorption?
Hi @Ma Wi To determine the specific ProgID for Aspen Adsorption installed on your system, you can follow these steps: Open the...

ungefär ett år ago | 0

Answered
Faster indexing from Matfiles with similar names
Hi @Chun Hei Chan The 'matfile' function in MATLAB allows you to index and access specific variables in a matfile without loadi...

ungefär ett år ago | 1

Answered
Stateflow variable is not exported as XML
Hi @Woongsik I understand that you are facing the issue where Stateflow variables are not exported to XML, there are a few poss...

ungefär ett år ago | 0

Answered
Protected model has different behavior from base model
Hi @Jake Gareau A protected model may have a different behaviour from its base model due to the implementation of certain secur...

ungefär ett år ago | 1

| accepted

Answered
Mask information is lost when copying block
Hi @Philip I understand that you are experiencing issues with the mask information of your self-defined blocks being partially ...

ungefär ett år ago | 0

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

ungefär ett år ago | 0

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

ungefär ett år ago | 1

| accepted

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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

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

ungefär ett år ago | 1

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

ungefär ett år ago | 0

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

ungefär ett år ago | 1

| accepted

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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

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

ungefär ett år ago | 1

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

ungefär ett år ago | 0

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

ungefär ett år ago | 1