Feeds
提问
How to generate a shared library (SO/DLL) using CMake-based toolchain in Simulink
Hello everyone, I have defined a CMake-based toolchain in MATLAB 2024b as follows: % matlab script tc = target.create('Toolc...
5 months 前 | 2 个回答 | 0
2
个回答提问
Matlab Class property sharing between different classes
Hello everyone, I have two different class implementations: classdef X classdef Y ...
7 years 前 | 1 个回答 | 0
1
个回答提问
matlab.System class discrete state update mechanism
Hello everyone, In Matlab 2017a, I have a class definition that is inherited from matlab.System class such that classdef T...
7 years 前 | 0 个回答 | 0
0
个回答提问
Make command for preprocessor flags
Hello everybody, i have a Simulink subsystem in which there is an inlined s-function. I want to generate c/c++ code from this...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to integrate a matlab class in a simulink block?
Hello everyone, In Matlab 2013a, I developed a matlab class named as MyUnitDelay, it has properties "IC,u,y" and methods "in...
9 years 前 | 0 个回答 | 0
0
个回答提问
Is it possible to obtain a debuggable S-function which is generated automatically by RTW?
I'm using Matlab Real-Time Workshop in several versions of Matlab (2007a, 2007b, 2009a) with Microsoft Visual Studio 2008. I'm b...
12 years 前 | 1 个回答 | 0
