photo

Benjamin


Aalborg Universitet

2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

9 질문
4 답변

순위
13,073
of 300,756

평판
3

참여
9 질문
4 답변

답변 채택
100.0%

획득한 표
2

순위
 of 21,077

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,890

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • 3 Month Streak
  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
Matlab Database gives Java exception
Thanks! Worked :)

대략 10년 전 | 0

질문


Matlab Database gives Java exception
I have used the Matlab Database toolbox for a long time but today it suddenly fails. If I go go Apps>Database Explorer I get the...

대략 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to change all variable names in a Matlab function?
Thanks for this great suggestion, Guillaume. As I see it, the parser you suggest is able to find all variable names in the f...

10년 초과 전 | 0

질문


How to change all variable names in a Matlab function?
I would like to have a method for duplicating a function and at the same time rename all variables in the file so that they have...

10년 초과 전 | 답변 수: 3 | 0

3

답변

답변 있음
How to implement a pipe function as in F# (|>) or in R (%>%)
Thanks a lot for all the answers! As to whether the pipe notation is easier to ready, I guess it depends on what you are used...

10년 초과 전 | 0

질문


How to implement a pipe function as in F# (|>) or in R (%>%)
I use R from time to another and really love the functionality to have the pipe function in R. Has there been any thoughts on im...

10년 초과 전 | 답변 수: 4 | 1

4

답변

질문


sendmail() gives Network is unreachable error on one of my computers
I have two PCs both with Matlab R2014a installed. The following code: setpref('Internet','SMTP_Server','my_smtp'); setpr...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to plot two plotyy plots in the same plot
I am trying to plot four plots in the same figure. First i plot using plotyy. Then two graphs are created, each with a yaxis. ...

10년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Dynamic number of Simulink blocks, is it possible?
Is it possible to have simulink model that contains a dynamic number of blocs? E.g. have a model that creates N simulink subsyst...

거의 15년 전 | 답변 수: 1 | 0

1

답변

질문


How to sample and process signals of a given length in Simulink
I have to calculate the correlation of a signal x in Simulink: Exx = 0; for t=1:size(x,1) Exx = Exx + x(:,t)*x(:...

거의 15년 전 | 답변 수: 2 | 0

2

답변

질문


How to make static variable in Simulink
I have several identical simulink models, where only the parameters vary: Simulink block 1 uses the variables x.a{1}, x.b{1}, x...

거의 15년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Saving/Loading the SimState Programmatically
Thanks for quick response :) I changed the code into simOut = sim(simfile,'StopTime',num2str(10),'SaveFinalState','on','Fi...

거의 15년 전 | 1

| 수락됨

질문


Saving/Loading the SimState Programmatically
I have a problem with saving/loading SimState programmatically. It works when i do it manually in the Simulink settings, but whe...

거의 15년 전 | 답변 수: 2 | 0

2

답변