![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1703463_1522087877730_DEF.jpg)
geieraffe
Followers: 0 Following: 0
Statistics
RANK
7,522
of 297,046
REPUTATION
6
CONTRIBUTIONS
9 Questions
3 Answers
ANSWER ACCEPTANCE
44.44%
VOTES RECEIVED
2
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
8 years ago | 0 answers | 1
0
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
assign loaded structs directly
I wonder, if there is no nicer way for doing this: mdlPara = load([datasetPath,datasetName]); rename = fieldnames(mdlPar...
10 years ago | 2 answers | 0
2
answersHit 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...
10 years ago | 0
| accepted
Question
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...
10 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 0 answers | 0
0
answersCreate 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 years ago | 0
| accepted
Question
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 years ago | 1 answer | 1
1
answer2 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 years ago | 0
| accepted
Question
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 2 answers | 0