photo

Bernard Küsel


Universidade de Brasília

Last seen: 5 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Power Systems Protection

统计学

MATLAB Answers

5 个提问
0 个回答

排名
9,730
of 301,078

声誉
2

贡献数
5 个提问
0 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 21,165

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,702

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Help with efficient way of importing data file with specific structure
Hi, I would like some help to implement an efficient way to import data files with a specific structure to Matlab. An example o...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to call functions indirectly?
Hi, I would like to know how to call functions indirectly. For example: lets supose I have a data vector X, the functions F1....

13 years 前 | 1 个回答 | 1

1

个回答

提问


How to add a function to MATLAB root
Hi, I would like to use a function I created in other routines without having to put it in the same folder (by simply using m...

14 years 前 | 1 个回答 | 0

1

个回答

提问


How to vectorize the find function?
This is my code: for i=1:size(Z,3) indmax(i)=find(abs(Z(1,:,i))>z90(1,1,i),1); indmin(i)=find(abs(Z(1,:,i))>z...

15 years 前 | 2 个回答 | 1

2

个回答

提问


How to implement this without using for?
This is my code: function Y=FCOS(win) N=size(win,2)-1; teta=2*pi/N; d=2*pi/N; win1=win(:,1:N); win2...

15 years 前 | 1 个回答 | 0

1

个回答