photo

Adriano


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
0 个回答

排名
6,006
of 299,830

声誉
8

贡献数
9 个提问
0 个回答

回答接受率
88.89%

收到投票数
8

排名
 of 20,813

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,163

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Reorder confusion matrix in vectorized way
Hello everyone, I have one confusion matrix, which is a 2D cell array. The first row and the first columns are strings. The r...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Strange behavior retrieving directories' names with dir
I am trying to extract the names of the subdirectories contained in one directory. For example: mainDirectory ...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Print curly braces in a plot
Hello everyone, I am trying draw a curly brace to indicate a distance in a plot (with some accompanying text). The brace shou...

14 years 前 | 4 个回答 | 3

4

个回答

提问


How to include a character with a macron (horizontal bar) in a legend?
I am trying to put a <http://en.wikipedia.org/wiki/Macron macron> over an "s" in a legend string. I have tried LaTeX syntax, but...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Merge confusion matrices in nice, vectorized way.
Hello everyone, I have several confusion matrices, which are a 2D cell array. The first row and the first columns are strings. ...

14 years 前 | 2 个回答 | 1

2

个回答

提问


UIGETFILE start in another directory AND choose two default file types
I am using UIGETFILE to choose Excel files, with .xls AND .xlsx extension. Also, I want UIGETFILE to start in another directory....

14 years 前 | 2 个回答 | 2

2

个回答

提问


How to read Facebook information in MATLAB?
I want to read data from a group in Facebook to make a statistical analysis (number of posts by each member, number of "likes", ...

14 years 前 | 2 个回答 | 2

2

个回答

提问


Why is loop time execution better than vectorized form in this case?
Hello everyone, At first, I had the following code: for ii = 1:numel(data.classes) switch data.classes{ii} ...

14 years 前 | 2 个回答 | 0

2

个回答

提问


File name is too long using IMREAD in GUI
Hello everyone, I made a GUI with the help of GUIDE. In one callback, I am reading an image using IMREAD. However, MATLAB t...

14 years 前 | 3 个回答 | 0

3

个回答