当前位置:网站首页>[Matlab] Simulink 同一模块的输入输出的变量不能同名
[Matlab] Simulink 同一模块的输入输出的变量不能同名
2022-07-06 10:39:00 【廉价喵】
对于一个简单的例子:
能跑通:
Test1
function y = fcn(u)
y = ones(3,4);
Test2
function y = fcn(u)
y = ones(4,3)*u;
会报错:
Test1
function y = fcn(u)
y = ones(3,4);
Test2
function u = fcn(u)
u = ones(4,3)*u;
这时报的错是 Test2 中的 u 维数不匹配
但是很奇怪的是,按理说这个 u 应该是直接被覆盖了,不应该考虑原来的维度
所以说同一模块的输入输出的变量不能同名,可能 Simulink 中的模块就是这么智障
当然同名带来的结果还不止于此,这个问题是我看朋友出现的 ,他那里设置了输入输出同名之后,在那个模块没有报错,但是输出会出错,我一时间不知道怎么复刻一遍……
边栏推荐
- Echart simple component packaging
- 287. Find duplicates
- 30 分钟看懂 PCA 主成分分析
- CSRF漏洞分析
- TOP命令详解
- Using block to realize the traditional values between two pages
- Bonecp uses data sources
- Xu Xiang's wife Ying Ying responded to the "stock review": she wrote it!
- SAP Fiori 应用索引大全工具和 SAP Fiori Tools 的使用介绍
- Markdown grammar - better blogging
猜你喜欢
[Android] kotlin code writing standardization document
【LeetCode第 300 场周赛】
Why does wechat use SQLite to save chat records?
Maixll dock camera usage
Maixll-Dock 摄像头使用
阿里云国际版ECS云服务器无法登录宝塔面板控制台
Self-supervised Heterogeneous Graph Neural Network with Co-contrastive Learning 论文阅读
Some understandings of tree LSTM and DGL code implementation
None of the strongest kings in the monitoring industry!
44所高校入选!分布式智能计算项目名单公示
随机推荐
华为0基金会——图片整理
std::true_ Type and std:: false_ type
Splay
UFIDA OA vulnerability learning - ncfindweb directory traversal vulnerability
Cobra 快速入门 - 专为命令行程序而生
Execution process of MySQL query request - underlying principle
具体说明 Flume介绍、安装和配置
POJ 2208 six lengths of tetrahedron are known, and the volume is calculated
随着MapReduce job实现去加重,多种输出文件夹
C语言高校实验室预约登记系统
Docker安装Redis
287. 寻找重复数
Echart simple component packaging
win10系统下插入U盘有声音提示却不显示盘符
Distill knowledge from the interaction model! China University of science and Technology & meituan proposed virt, which combines the efficiency of the two tower model and the performance of the intera
Release of the sample chapter of "uncover the secrets of asp.net core 6 framework" [200 pages /5 chapters]
CRMEB 商城系统如何助力营销?
POJ 2208 已知边四面体六个长度,计算体积
celery最佳实践
文档编辑之markdown语法(typora)