photo

Demetrio Rodriguez Tereshkin


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
4 个回答

排名
10,502
of 299,830

声誉
4

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,813

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,163

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

已回答
LaTeX Interpreter and Blackboard bold (\mathbb{}) for text
Or just add asmath package to matlab-latex: http://stackoverflow.com/questions/12250919/how-do-you-use-the-latex-blackboard-fon...

9 years 前 | 0

已回答
count lines of code for entire project
This is what you are looking for: https://github.com/AlDanial/cloc

9 years 前 | 1

已回答
Subplots made by multiple plots
Or just use hold on after |subplot|. % some values x(1,:) = 1:10; x(2,:) = x(1,:)-1; y = x.^2; % subp...

9 years 前 | 0

已回答
Testing for the presence of a substring in a cell array of strings
OP has already given, in my opinion, the best answer. Although it has to be corrected: isempty() always returns 1 for the type "...

10 years 前 | 1