Antje - MATLAB Central
photo

Antje


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: medicine, leukemia, data mining, neural networks

统计学

MATLAB AnswersFrom 08/12 to 04/25Use left and right arrows to move selectionFrom 08/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
3 个回答

排名
2,775
of 298,292

声誉
22

贡献数
6 个提问
3 个回答

回答接受率
83.33%

收到投票数
13

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to handle (e.g. close) windows generated by the "view" function?
Hi, I want to handle the figures that are generated by the view function, like changing the size or just closing them. One...

12 years 前 | 3 个回答 | 1

3

个回答

提问


How to plot with plotconfusion into subplots?
Hi, I have a problem with subplots of the figures created with plotconfusion. I tried it like this, but the result is only o...

12 years 前 | 2 个回答 | 2

2

个回答

已回答
How can I change color and font size in plotconfusion figures?
I got it! :) For those who are interested in the solution: %defining my colors f1=[0 0 139]/255; f4=[50 205 50]/25...

12 years 前 | 5

| 已接受

已回答
how to make confusion matrix has class names
Hi! For me this example works fine: a=[1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0]; b=[1 0 1 1 0 1 1 0 1 0 1 0 0 0 1 1 0...

12 years 前 | 1

提问


How can I change color and font size in plotconfusion figures?
Hi! I want to change the color of the fields of the confusion matrix and also to change the font size of the entries in the f...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Delete double cell array entries
How can I delete double entries in a cell array? I don't want to use a loop. For example I have: CellArray={[1 2 3] [1 2] ...

12 years 前 | 3 个回答 | 0

3

个回答

已回答
Why is the size of the input weight matrix sometimes smaller than the input length when training a neural network?
Oh, finally I got it! The problem was, that there were some redundant columns in the inputs. I have not seen them, because I ...

12 years 前 | 3

| 已接受

提问


Why is the size of the input weight matrix sometimes smaller than the input length when training a neural network?
I have a question regarding the size of the inut weight matrix for a neural network. My IW Matrix is smaller than expected and ...

12 years 前 | 1 个回答 | 1

1

个回答

提问


How can I save a big Matrix in text file without scientific notation?
Hello everybody, I have a big Matrix (±2000,±5000) and I want to save it in a textfile. Therefore I used dlmwrite, but in som...

12 years 前 | 1 个回答 | 0

1

个回答