photo

Pepa


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
5,796
of 300,779

声誉
4

贡献数
7 个提问
1 个回答

回答接受率
100.0%

收到投票数
3

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


XTickLabel
Hallo, I am trying to bold & italic some part of my text of the XTickLabel. But it is not work like XLabel. Only part of text f...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab GUI connect with another function
Hallo, I did some GUI in Matlab with buttons, texts... I need from some function call GUI and change some text... set(ha...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Equal Cell
Hallo, how can i use condition "if", if i have two variables type cell? For examlpe: if(datLab(k)==label(i)) ...

15 years 前 | 2 个回答 | 0

2

个回答

提问


Condition and xlsread
Hallo, how can i put xlsread to condition? If label (value) doesn´t exist that it do something. For example: if(xl...

15 years 前 | 1 个回答 | 0

1

个回答

提问


Working with a three dimensional matrix
I have a matrix with three dimensions, and I need to take two dimensions through the use of cycle FOR. For example: Name vari...

15 years 前 | 2 个回答 | 1

2

个回答

已回答
How do I work with a two dimensional array with for loops in MATLAB?
I did it: for o = 1:O zap(o,i) = varr(o); end F = length(zap); for i = 1:K for a = 1:F kun...

15 years 前 | 1

| 已接受

提问


How do I work with a two dimensional array with for loops in MATLAB?
How can I do two dimensions array using a FOR loop? Example: P = {k,l,m,n}; L = 4; for i=1:L New(i) = P(i); end ...

15 years 前 | 2 个回答 | 0

2

个回答

提问


How can I use use the index in a FOR loop in a string?
I need use cycle FOR for String (for Excel write). For example: N=10; for i = 1:N-1 xlswrite('test.xls',F0,br...

15 years 前 | 4 个回答 | 1

4

个回答