![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1703463_1522087877730_DEF.jpg)
geieraffe
Followers: 0 Following: 0
Estadística
9 Preguntas
3 Respuestas
0 Problemas
41 Soluciones
CLASIFICACIÓN
7.529
of 297.016
REPUTACIÓN
6
CONTRIBUCIONES
9 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
44.44%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
12.316
of 157.725
CONTRIBUCIONES
0 Problemas
41 Soluciones
PUNTUACIÓN
420
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 8 años hace | 0 respuestas | 1
0
respuestasPregunta
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 ...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
assign loaded structs directly
I wonder, if there is no nicer way for doing this: mdlPara = load([datasetPath,datasetName]); rename = fieldnames(mdlPar...
más de 10 años hace | 2 respuestas | 0
2
respuestasHit 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...
más de 10 años hace | 0
| aceptada
Pregunta
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...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 12 años hace | 0 respuestas | 0
0
respuestasCreate 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...
casi 13 años hace | 0
| aceptada
Pregunta
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 ...
casi 13 años hace | 1 respuesta | 1
1
respuesta2 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 && ...
casi 13 años hace | 0
| aceptada
Pregunta
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...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 13 años hace | 2 respuestas | 0