photo

geieraffe


2012년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

9 질문
3 답변

Cody

0 문제
41 답안

순위
7,505
of 300,392

평판
6

참여
9 질문
3 답변

답변 채택
44.44%

획득한 표
2

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
13,297
of 168,373

참여
0 문제
41 답안

점수
420

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


How to create and rename a bus?
My actual question is: How can I assign a (new) name to a variable, whose name I do not know explicitly? But maybe some one...

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

0

답변

질문


Why does 'filesep' not work with 'gcb'?
Hi, today a problem occurred, I thought it's kind of a no-brainer, but I was wrong: If I get the pathname of my current ...

9년 초과 전 | 답변 수: 2 | 0

2

답변

질문


assign loaded structs directly
I wonder, if there is no nicer way for doing this: mdlPara = load([datasetPath,datasetName]); rename = fieldnames(mdlPar...

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

2

답변

답변 있음
Hit Crossing driven by a signal of type 'single'
Ok, for all who are/were interested, here is my solution: I constructed my own hit crossing block. <</matlabcentral/answ...

대략 11년 전 | 0

| 수락됨

질문


Hit Crossing driven by a signal of type 'single'
Hey community, I'm frustrated by now. I can't use the given Simulink block for a Relay because I have to change the switch on/o...

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

2

답변

질문


How to send an event with a MATLAB function (in Stateflow)
Hey there, ...especially a warm welcome to all the Stateflow cracks, I have a problem when implementing a functionality in S...

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

1

답변

질문


Create single (standard) toolbar elements w/o GUIDE
Hey there, is there a way to create a toolbar with some specific elements of the standard toolbar without using GUIDE? I'v...

대략 13년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Create a second GUI when a pushbutton is pressed
Hey John, just save your data you want to show in the second GUI in the handles, like handles.mydata = mydata; or wit...

13년 초과 전 | 0

| 수락됨

질문


can't play video (movie, mplay, ...)
Hi there, I've read a video with *mmread()* ... but ... ich can't play the video, with *movie()* i got the error "Invalid ...

13년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
2 comparisons in find(...)
it works fine with find( (2*Sig_log(:,1)+Sig_log(:,2)>1) & (2*Sig_log(:,1)+Sig_log(:,2)<3) ) just take & instead of && ...

13년 초과 전 | 0

| 수락됨

질문


datatransfer between 2 GUIs
Hello Community, I try to write a programm with 2 GUIs. (with GUIDE) in the first one, datasets will be selected and loaded...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


2 comparisons in find(...)
Hey there, here's my problem: with find( 3> ( 2*Sig_log(:,1) + Sig_log(:,2) ) >1) I try to get the idx, where th...

13년 초과 전 | 답변 수: 2 | 0

2

답변