photo

Bernard Küsel


Universidade de Brasília

Last seen: 5년 초과 전 2011년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Power Systems Protection

통계

MATLAB Answers

5 질문
0 답변

순위
9,730
of 301,172

평판
2

참여
5 질문
0 답변

답변 채택
100.0%

획득한 표
2

순위
 of 21,183

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,200

참여
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년 초과 전 | 답변 수: 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....

거의 14년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변