
科学
无垠的广袤
人的精力是有限的,要把有限的精力投入到无限的学习和工作中去。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Origin如何插值实现两组数据横坐标相同
Origin插值实现两组数据横坐标相同原创 2025-06-04 15:31:26 · 411 阅读 · 0 评论 -
Origin如何仅删除奇数行或偶数行的数据
Origin仅删除奇数行或偶数行。原创 2025-06-04 14:37:58 · 472 阅读 · 0 评论 -
LaTeX如何插入作者的ORCID
我的 ORCID 地址:<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0001-8211-8392" href="https://orcid.org/0000-0001-8211-8392" target="orcid.widget" rel="me noopener noreferrer" style="vertical-原创 2020-09-02 20:16:23 · 15643 阅读 · 5 评论 -
Tikz 绘制流程图
效果:LaTeX代码:\documentclass{article}\usepackage{amsthm,amsmath,amssymb}\usepackage{amsfonts}\usepackage{tikz}\usetikzlibrary{positioning, shapes.geometric}\usetikzlibrary{calc}% Define the basic shape of flow chart\tikzstyle{startstop} = [rect原创 2020-08-20 20:51:51 · 1570 阅读 · 0 评论 -
MATLAB如何选中图中指定部件的属性?
这里以选中图片中的一条曲线为例:set(0,'defaultfigurecolor','w');%设置图片默认背景为白色h_f=gcf;%选中当前图片句柄h_a=gca;%选中坐标轴句柄h_lines=get(h_a,'Children');%选中曲线句柄set(h_lines(1,1),'LineStyle','-.','Color',[0 0 1],'LineWidth',1...原创 2019-10-22 15:53:13 · 483 阅读 · 0 评论