摘要: 终于解决了我的问题: ctrl + J 编组 https://www.jb51.net/Illustrator/532499.html Adobe illustrator 如何连接,粘结多个独立路径,形成一个闭合路径 Adobe illustrator 路径组合 Adobe illustrator两 阅读全文
posted @ 2022-05-16 23:12 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: BioRender App 分享一个生物学领域的图片数据库,biorender,database, bio image biorender 阅读全文
posted @ 2022-05-16 22:52 bH1pJ 阅读(39) 评论(0) 推荐(0) 编辑
摘要: ADOBE PS镜像某个图层 1、新建图层; 2、ctrl + T; 3、反转; ps里多个图层里怎样把其中一个图层水平镜像?_百度知道 阅读全文
posted @ 2022-05-16 18:43 bH1pJ 阅读(72) 评论(0) 推荐(0) 编辑
摘要: Adobe photo shop 裁剪某个图层中图片的大小 1、PS中裁剪,裁的是所有图层上的内容; 2、如果只想才将某一层中的数据,则需要通过 选区 进行操作, 如下图 3、选区创建完毕后,通过反选,删除,就能够拿到自己想要的内容 参考资料: cps对单独的图层裁剪怎么只对一个图层剪切 - 自学p 阅读全文
posted @ 2022-05-16 18:40 bH1pJ 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Adobe PS 图片反转 参考: 如何在Adobe Photoshop中翻转图片 阅读全文
posted @ 2022-05-16 18:07 bH1pJ 阅读(28) 评论(0) 推荐(0) 编辑
摘要: ctrl + D 阅读全文
posted @ 2022-05-16 17:36 bH1pJ 阅读(59) 评论(0) 推荐(0) 编辑
摘要: matlab figure adobe 答案是eps格式。 另外,这个博客总结的非常详细 阅读全文
posted @ 2022-05-16 14:21 bH1pJ 阅读(82) 评论(0) 推荐(0) 编辑
摘要: matlab生成正态分布 st = normrnd(mu, sigma, 1, 1000); 阅读全文
posted @ 2022-05-16 11:26 bH1pJ 阅读(100) 评论(0) 推荐(0) 编辑
摘要: """对钙信号的动力学进行建模,AR模型。""" import matplotlib.pyplot as plt import numpy as np if __name__ == '__main__': length = 500 time = range(length) gamma = 0.99 阅读全文
posted @ 2022-05-16 11:15 bH1pJ 阅读(211) 评论(0) 推荐(0) 编辑
摘要: clc;clear all;close all; %读取Excel文件; % excelFileName = uigetdir(''); excelFileName = 'CellSignalData.xlsx'; [NUM,TXT,RAW] = xlsread(excelFileName); ro 阅读全文
posted @ 2022-05-16 10:55 bH1pJ 阅读(5) 评论(0) 推荐(0) 编辑