找回密码
 注册
Simdroid-非首页
查看: 75|回复: 0

在matlab编程中总出现下面的问题

[复制链接]
发表于 2011-10-12 09:39:25 | 显示全部楼层 |阅读模式 来自 广东广州
程序;function y = QuadraticBarElementStiffness(E, A, L)
%QuadraticBarElementStiffness   This dunction returns the element
%stiffness matrix for a quadratic bar with modulus of elasticity E,
%cross-sectional area A, and length L.This size of  the element stiffness
%matrix is 3*3.
y=E*A/(3*L)[7 1 -8; 1 7 -8; -8 -8 16];
提示出项的问题:Warning: Could not find an exact (case-sensitive) match for
'QuadraticBarElementstiffness'.
E:\matlab,\toolbox\75function\QuadraticBarElement\QuadraticBarElementStiffness.m
is a case-insensitive match and will be used instead.
You can improve the performance of your code by using exact
name matches and we therefore recommend that you update your
usage accordingly. Alternatively, you can disable this warning using
warning('off','MATLAB:dispatcher:InexactCaseMatch').
This warning will become an error in future releases.
??? Error: File: QuadraticBarElementStiffness.m Line: 6 Column: 12
Unbalanced or unexpected parenthesis or bracket.,该怎么修改??求高手指点
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Simapps系列直播

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-10-6 08:43 , Processed in 0.026487 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表