已回答
simulink 如何添加不存在当前路径
addpath(fullfile(matlabroot,'/help/toolbox/autosar/examples')); hModel = 'mControllerWithInterface_client'; open_system(hModel...

2 years 前 | 0

| 已接受

已回答
simulink 如何添加不存在当前路径
dpath(fullfile(matlabroot,'/help/toolbox/autosar/examples'));

2 years 前 | 0

提问


simulink 如何添加不存在当前路径
查看help时,经常遇到打开某个模型, 在操作打开模型的命令时发现该模型不是有效路径,应该如何操作

2 years 前 | 2 个回答 | 0

2

个回答

已回答
Simulink如果通过外部.c文件来生成接口 If Simulink generates an interface through an external. c file
你可以尝试以下这种方法,是通过外部文件.h文件来生成相关的接口文件。 You can try the following method to generate the relevant interface file through the externa...

2 years 前 | 0

| 已接受

提问


Simulink如果通过外部.c文件来生成接口 If Simulink generates an interface through an external. c file
在非autosar的框架下,模型生成代码的接口这一步工作非常重要了呢。 Under the non-autosar framework, the work of model generation code interface is very import...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
Simulink中有些Block有链接🔗的标志,有些没有链接🔗的标志
在有些simulink中存在显示,在有些simulink中没有显示,说明是simulink中的设置不同。 在2017b中可以这样设置: 菜单栏->Display ->Library Links->None, 这样可以全部不显示。 同时...

2 years 前 | 0

| 已接受

提问


Simulink中有些Block有链接🔗的标志,有些没有链接🔗的标志
详细描述如下图所示:有些是包含左下角的链接符号,有些是没有包含,这是因为什么呢?

2 years 前 | 1 个回答 | 0

1

个回答

已回答
simulink的autosar模型编译报错
在配置参数选项中取消你这个terminate 使能 cs.set_param('IncludeMdlTerminateFcn', 'off'); % 需要终止函数

2 years 前 | 0

| 已接受

提问


simulink的autosar模型编译报错
Error:To generate code for the terminate subsystem runnable a terminate subsystem is needed.

2 years 前 | 1 个回答 | 0

1

个回答

已回答
How to migrate base workspace data to Model Workspace 如何将base worksapce的数据移植到model workspace中
Mathework 官方回复: web(fullfile(docroot, 'simulink/slref/simulink.modelworkspace.html'))

2 years 前 | 0

| 已接受

提问


How to migrate base workspace data to Model Workspace 如何将base worksapce的数据移植到model workspace中
使用 Simulink.ModelWorkspace 对象与模型工作区进行交互。例如,您可以添加和删除变量、设置工作区的数据源以及将更改保存到工作区 Use the Simulink.ModelWorkspace object to interact w...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Generated the custom report for Simuink
我已经创建好的dotx模板,但是在操作的时候总是遇到同一个问题 I have created a dotx template, but I always encounter the same problem when operating 但是我的 模板...

3 years 前 | 0 个回答 | 0

0

个回答

已回答
Matlab2017b conducts joint commissioning with CANoe13 and often reports error
重新安装VS,对应版本是2017, 安装的时候,只选择C/C++,记得全部勾选 在安装完CANoe插件的时候,必须需要重启电脑,Library 中才可以显示! 安装了MinGW64 Compiler (C) 是不管用的,必须Visula C++ ...

3 years 前 | 0

| 已接受

已回答
Error Simulating Model When Enabling the 3D Engine with the Vehicle Dynamics Blockset in MATLAB R2018b
I also have same error, but I use a .mat file form the Matlab Example, result :don't any error, so I go on my .mat, the result...

4 years 前 | 0

提问


Matlab2017b conducts joint commissioning with CANoe13 and often reports error
hello supporter, I have the following problems when using Simulink and canoe for joint debugging: Question 1: After ins...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how find Specified two module names by find_system API
hello all, I want to find the Subsystem in the Specified Path. but the Subsystem's Name is Runnable or Subsystem's Name is Fun...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
how to use Simulink API to create Area by M cripts method?
add_block('built-in/Area',[AreaPath,'/area1'],'Position',[120,100,230,200]) Note: AreaPath is your specifical path AreaPath= '...

4 years 前 | 0

| 已接受

提问


how to use Simulink API to create Area by M cripts method?
I want to set the Area in specifical Position.

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to load the activex control GUI
I want to use the treeview contorl, but I don't know how to load the activex control in GUi

5 years 前 | 0 个回答 | 0

0

个回答

已回答
How to display Switch Block's threshold label in Simulink
选中Switch模块后,右击->Propertties...->Block Annotation->threshold或Criteria Selected the Switch block , Right click-> ->Propertties......

5 years 前 | 0

| 已接受

提问


How to display Switch Block's threshold label in Simulink
hello all, I want to dispaly the threshold and u2 to the Switch Block in smulink, but I don't know how to set it.

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to deleted Enter char
a = ' 'MOVABLE,ERASABLE, MERGEABLE' a(18) = ' ' % there hava a Enter char I...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
Reference to non-existent field 'Version'.
disable the Generate makefile

5 years 前 | 0

| 已接受

提问


Reference to non-existent field 'Version'.
When I finished the generate code and Report. the Diagnostic View have an error("Reference to non-existent field 'Version' ") ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to set Simulink menu bar tools by m Scripts
hello supporter, how to set Simulink menu bar tools by m Scripts, but I how to which API function . I want to set some menu ...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
simulink Import arxml error(Invalid MATLAB variable name for parameter 'Function name')
Runable name is very long in Developer. 重新命名,使得Runnable name 。

5 years 前 | 0

| 已接受

提问


simulink Import arxml error(Invalid MATLAB variable name for parameter 'Function name')
Tips: i have deleted all UUID. when i import .arxml, i meet one error. this file is generated by vector Davinci Developer. mat...

5 years 前 | 1 个回答 | 0

1

个回答