用matlab解决实际应用题

题目一 题目二 遇到的问题 The input character is not valid in MATLAB statements or expressions. 解决方法:文件名2_2.m不能以数字开头 一个m文件同时画多幅图片 解决

题目一

题目二

遇到的问题

The input character is not valid in MATLAB statements or expressions.

解决方法:文件名2_2.m不能以数字开头

一个m文件同时画多幅图片

解决方法:在plot之前加 fugure(1), figure(2)

多行注释

解决方法: ctrl + R 取消T

字符间距突然变大

解决办法:shift + space

代码

close all, clear all, clc
load('data.txt');
data = reshape(data, 160, 1); %将矩阵转化为行向量
figure(1)

发布者:admin,转转请注明出处:http://www.yc00.com/web/1754943317a5218499.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信