Community Profile

photo

geieraffe


Active since 2012

Statistics

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

View badges

Content Feed

View by

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

7 years ago | 0 answers | 1

0

answers

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 2 answers | 0

2

answers

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

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

9 years ago | 2 answers | 0

2

answers

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 0 answers | 0

0

answers

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

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

12 years ago | 1 answer | 1

1

answer

Answered
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 && ...

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

12 years ago | 2 answers | 0

2

answers

Question


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

12 years ago | 2 answers | 0

2

answers