10 2022 档案

摘要:并列柱形图的绘制 import matplotlib.pyplot as plt plt.style.use('seaborn-whitegrid') plt.rcParams['font.sans-serif']=['SimHei'] plt.rcParams['font.sans-serif'] 阅读全文
posted @ 2022-10-20 19:23 kuanleung 阅读(12) 评论(0) 推荐(0) 编辑
摘要:绘制并列图的代码 import matplotlib.pyplot as plt plt.style.use('seaborn-whitegrid') plt.rcParams['font.sans-serif']=['SimHei'] plt.rcParams['axes.unicode_minu 阅读全文
posted @ 2022-10-20 16:31 kuanleung 阅读(7) 评论(0) 推荐(0) 编辑
摘要:matlab求微分方程 clear syms w(t) a b h c d; eqn=diff(w,1)==a*(1-b*w)*w-h*w; y=dsolve(eqn); y=simplify(y) 阅读全文
posted @ 2022-10-08 23:54 kuanleung 阅读(3) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示