当前位置:网站首页>[matlab] when matrix multiplication in Simulink user-defined function does not work properly, matrix multiplication module in module library can be used instead
[matlab] when matrix multiplication in Simulink user-defined function does not work properly, matrix multiplication module in module library can be used instead
2022-07-07 07:56:00 【Cheap meow】
Generally speaking , Matrix multiplication in user-defined functions will be normal ……

Test1
function y = fcn(u)
A = rand(4,3);
y = A*u;
But my friend did have this problem when he was writing , Here's the picture , The input is a 31 Matrix , In the custom function with a 43 Matrix multiplication of , It's still a 4*3 Matrix


The back is really not good , Accept the custom function by x Calculation Ax Become output A, Module calculation using matrix multiplication Ax, To make it work properly

I don't know what magic operation this is, but it may have something to do with other modules , But it's complicated
边栏推荐
- Solution: could not find kf5 (missing: coreaddons dbusaddons doctools xmlgui)
- Linux server development, MySQL index principle and optimization
- 解决问题:Unable to connect to Redis
- Info | webrtc M97 update
- padavan手动安装php
- Linux server development, SQL statements, indexes, views, stored procedures, triggers
- 2022茶艺师(初级)考试题模拟考试题库及在线模拟考试
- Ansible
- Solve could not find or load the QT platform plugin "xcb" in "
- Visualization Document Feb 12 16:42
猜你喜欢

Ansible

Common validation comments
![[experience sharing] how to expand the cloud service icon for Visio](/img/42/dba9f78f3fb2049dad8b343b0b36e5.png)
[experience sharing] how to expand the cloud service icon for Visio

Common method signatures and meanings of Iterable, collection and list

Few shot Learning & meta learning: small sample learning principle and Siamese network structure (I)

Explore Cassandra's decentralized distributed architecture
![[SUCTF 2019]Game](/img/9c/362117a4bf3a1435ececa288112dfc.png)
[SUCTF 2019]Game

自定义类加载器加载网络Class

A bit of knowledge - about Apple Certified MFI

通信设备商,到底有哪些岗位?
随机推荐
探索干货篇!Apifox 建设思路
【数字IC验证快速入门】17、SystemVerilog学习之基本语法4(随机化Randomization)
[experience sharing] how to expand the cloud service icon for Visio
Installing postgresql11 database under centos7
Use and analysis of dot function in numpy
Technology cloud report: from robot to Cobot, human-computer integration is creating an era
[Matlab] Simulink 自定义函数中的矩阵乘法工作不正常时可以使用模块库中的矩阵乘法模块代替
图解GPT3的工作原理
[UVM foundation] what is transaction
[Stanford Jiwang cs144 project] lab3: tcpsender
Qt学习26 布局管理综合实例
Cnopendata list data of Chinese colleges and Universities
【数学笔记】弧度
Button wizard collection learning - mineral medicine collection and running map
C language flight booking system
vus. Precautions for SSR requesting data in asyndata function
Zhilian + AV, AITO asked M7 to do more than ideal one
misc ez_ usb
Custom class loader loads network class
[webrtc] m98 Screen and Window Collection