Community Profile

photo

Bernard Küsel


Universidade de Brasília

Last seen: 3年以上 前 2011 年からアクティブ

Followers: 0   Following: 0

連絡

Professional Interests: Power Systems Protection

統計

  • 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...

4年弱 前 | 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....

12年弱 前 | 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...

約12年 前 | 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...

13年弱 前 | 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...

13年弱 前 | 1 件の回答 | 0

1

回答