geieraffe
自 2012 起处于活动状态
Followers: 0 Following: 0
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...
8 years 前 | 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 years 前 | 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...
10 years 前 | 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...
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...
10 years 前 | 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...
10 years 前 | 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...
10 years 前 | 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...
12 years 前 | 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...
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 前 | 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 ...
12 years 前 | 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 && ...
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 前 | 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...
12 years 前 | 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...
12 years 前 | 2 个回答 | 0