Statistics
RANK
185,966
of 297,016
REPUTATION
0
CONTRIBUTIONS
26 Questions
21 Answers
ANSWER ACCEPTANCE
61.54%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Simulink中生成Autosar代码中如何使得Min Max 生成fminf 或fmaxf 函数 ( How to make Min Max generate fminf or fmaxf functions when generating Autosar code in Simulink)
针对C问题,Targetlink设置C99是不能满足要求 如果使用S-function,但是每个人和每个场景需要Min, Max使用的个数不一样,所以减一大家使用Stateflow做一个Min,该Min需要用户双击点击,需要自己输入 Inport 的Nu...
7 days ago | 0
Question
如何使用脚本获取simulink模式是否关联了sldd文件
如何通过脚本获取simulink是否关联了sldd文件 如何通过脚本设置simulink关联sldd文件 以及sldd文件的相关属性
1 month ago | 0 answers | 0
0
answersSimulink中生成Autosar代码中如何使得Min Max 生成fminf 或fmaxf 函数 ( How to make Min Max generate fminf or fmaxf functions when generating Autosar code in Simulink)
在设置参数中可以选择设置C99 cs.set_param('TargetLangStandard', 'C99 (ISO)'); % 语言标准 因为fminf,fmaxf是在C99标准规则中
1 month ago | 0
| accepted
Question
Simulink中生成Autosar代码中如何使得Min Max 生成fminf 或fmaxf 函数 ( How to make Min Max generate fminf or fmaxf functions when generating Autosar code in Simulink)
simulink 生成Autosar 代码中 如何设置Min 或 Max 在生成代码中使用fminf ,fmaxf 函数, 不想使得代码通过if else的方式来实现 Min 或Max Generating Autosar code using ...
1 month ago | 2 answers | 0
2
answersHow to find all specified files in a specified path in Matlab?matlab 如何查找指定路径下的所有指定文件
可以查看两个help 文件 listing = dir('*.txt'); % 列出当前文件夹中所有的txt文件 listing = dir('*.txt'); % 返回当前文件夹下所有.txt文件的信息 listing = dir('**/*.tx...
2 months ago | 0
| accepted
Question
How to find all specified files in a specified path in Matlab?matlab 如何查找指定路径下的所有指定文件
Matlab 如何遍历所有文件下以及子文件中的模型文件(.mdl ,.slx) How Matlab Traverses Model Files in All Files and Subfiles
2 months ago | 3 answers | 0
3
answerssimulink使用simPrintFromDialog进行打印PDF文件,打印模板.fig文件如何制作
web(fullfile(docroot,'simulink/ug/create-print-frames.html')) 通过frameedit命令创建一个Print Frame,可以选择纸张的大写,纸张的横竖方向 另存为.flg文件格式
9 months ago | 0
| accepted
Question
simulink使用simPrintFromDialog进行打印PDF文件,打印模板.fig文件如何制作
M脚本通过simPrintFromDialog生成打印PDF文件。但是打印的模板文件*.fig文件如何获得
9 months ago | 1 answer | 0
1
answerQuestion
How to set the colors of all blocks in simulink to black (only one color)?如何将simulink中所有的Block的颜色全部设置为黑色(只有一种颜色)
There are many modules with different colors in Simulink. Due to the large quantity, I want to restore all colors to the default...
1 year ago | 0 answers | 0
0
answersQuestion
How to recognize boolean types in C caller block? 如何使用C Caller blcok 调用boolean数据类型
Currently, I am using C Caller Block to call C code, which contains a Boolean data type as an input parameter. I have also defin...
1 year ago | 0 answers | 0
0
answershow to Call back API calls the value of Constant Block 如何使用Call back API 调用Constant Block的值
1 year ago | 0
| accepted
Question
how to Call back API calls the value of Constant Block 如何使用Call back API 调用Constant Block的值
I have set a variable in the Constant block and want to view its definition through the call back method 在Constant block中设置了变量,...
1 year ago | 1 answer | 0
1
answerQuestion
How does an M file identify whether a simulink file is a library file? M文件是如何识别simulink文件是否为库文件?
I want to search for all model files under the path using M language and do not want to include library files 我想通过M语言来搜索路径下的所有模...
1 year ago | 1 answer | 0
1
answerMatlab合并的字符串中带有单引号
单号号,可以使用三个单引号,进行处理 如: >> ['set_param(char(ds_Sw),' '''OutDataTypeStr''' ',' 'myname)'] ans = set_param(char(ds_Sw),'OutDat...
1 year ago | 0
已经安装的Matlab需要增加新的库,应该如何操作?The installed Matlab needs to add a new library. What should I do?
你可以在help文件中查看这个命令:matlab.addons.install()
2 years ago | 0
Question
已经安装的Matlab需要增加新的库,应该如何操作?The installed Matlab needs to add a new library. What should I do?
我已经安装了Matlab,当时没有全部安装所有的库,现在需要了我应该如何安装,谢谢!
2 years ago | 1 answer | 0
1
answersimulink 如何添加不存在当前路径
addpath(fullfile(matlabroot,'/help/toolbox/autosar/examples')); hModel = 'mControllerWithInterface_client'; open_system(hModel...
2 years ago | 0
| accepted
simulink 如何添加不存在当前路径
dpath(fullfile(matlabroot,'/help/toolbox/autosar/examples'));
2 years ago | 0
Question
simulink 如何添加不存在当前路径
查看help时,经常遇到打开某个模型, 在操作打开模型的命令时发现该模型不是有效路径,应该如何操作
2 years ago | 2 answers | 0
2
answersSimulink如果通过外部.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 ago | 0
| accepted
Question
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 ago | 1 answer | 0
1
answerSimulink中有些Block有链接🔗的标志,有些没有链接🔗的标志
在有些simulink中存在显示,在有些simulink中没有显示,说明是simulink中的设置不同。 在2017b中可以这样设置: 菜单栏->Display ->Library Links->None, 这样可以全部不显示。 同时...
2 years ago | 0
| accepted
Question
Simulink中有些Block有链接🔗的标志,有些没有链接🔗的标志
详细描述如下图所示:有些是包含左下角的链接符号,有些是没有包含,这是因为什么呢?
2 years ago | 1 answer | 0
1
answersimulink的autosar模型编译报错
在配置参数选项中取消你这个terminate 使能 cs.set_param('IncludeMdlTerminateFcn', 'off'); % 需要终止函数
2 years ago | 0
| accepted
Question
simulink的autosar模型编译报错
Error:To generate code for the terminate subsystem runnable a terminate subsystem is needed.
2 years ago | 1 answer | 0
1
answerHow to migrate base workspace data to Model Workspace 如何将base worksapce的数据移植到model workspace中
Mathework 官方回复: web(fullfile(docroot, 'simulink/slref/simulink.modelworkspace.html'))
2 years ago | 0
| accepted