摘要:
linux运行python文件: linux系统里一般要把文件存放在/opt或者/tem文件夹下 在python程序所在的文件夹下右键,选择 打开终端,然后键入下面语句: python3 文件名 python3 PY101.py #必须是python3才行,运行PY101.py文件 linux新建文 阅读全文
posted @ 2020-09-26 15:04
楚千羽
阅读(2346)
评论(0)
推荐(0)
摘要:
clear all; clc; close all; r0=0.7; r11=0.5;%Circulator coefficient1 r22=0.5;%Circulator coefficient2 t0=sqrt(1-r0^2); r=0.8; t=sqrt(1-r^2); i=0; j=1; 阅读全文
posted @ 2020-09-26 00:47
楚千羽
阅读(313)
评论(0)
推荐(0)
摘要:
clc clear all figure(1); x=0:0.2:8; plot(x,sin(x),'-k', 'LineWidth',4); set(gca,'linewidth',1,'fontsize',20,'fontname','Times'); %依次设置坐标轴的属性分别为:坐标轴的线宽 阅读全文
posted @ 2020-09-26 00:08
楚千羽
阅读(14136)
评论(0)
推荐(0)

浙公网安备 33010602011771号