Are you able to click "Save As..." and then, in the Save dialog window that pops up, change the "Files of Type:" from .mlx to .m?
How to save function as f.m?
2 次查看(过去 30 天)
显示 更早的评论
This may sound simple but I am still new to this. I don't know to save thr below funtion as f.m?? Right now it is an mlx??
function dYdt=f(t,Y)
y=Y(1); v=Y(2);
dYdt = [v; -7*sin(t)-4*v-5*y];
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!