Wesley Ooms
Followers: 0 Following: 0
Estadística
10 Preguntas
9 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
4.517
of 295.467
REPUTACIÓN
11
CONTRIBUCIONES
10 Preguntas
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
70.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
114.153
of 153.912
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
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
Experiences with release 2012b
It sucks. I'm frustrated. I hate the ribbon. I cannot find anything in the documentation. The simulink scope y axis is unreadabl...
casi 10 años hace | 1
Pregunta
cellfun with empty cell input
When I use cellfun with an empty cell as input, the output is an empty array. Is that a bug in matlab? How can that be avoided? ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
overwriting built in function
if i make a conditional statement where i compare 2 stings, i need to do this: if strcmpi(string_1,string_2), ... end ...
casi 10 años hace | 3 respuestas | 0
3
respuestassimplify weird path name
ok, solved myself: p='C:\folder\\\\subfolder\.\.\..\..\documents\map\dir\\\..\location\' p=p(p~='.') p=p(p~='\'|p([2...
más de 10 años hace | 0
| aceptada
help solving string question
totally not optimized, but this will do the trick: clear a b a=32385 i=1 while floor(a/10) b(i)=a-floor(a/10)*...
más de 10 años hace | 0
Pregunta
simplify weird path name
if i have a valid pathname like this: C:\folder\\\\subfolder\.\.\..\..\documents\map\dir\\\..\location\ how can i chang...
más de 10 años hace | 1 respuesta | 0
1
respuesta"XXX" requires more input arguments to run
Same problem here. If f5 / f9 is a reflex, then you end up with 20 balloons per minute. I found a solution for my case. ...
más de 10 años hace | 0
Pregunta
why is periodogram(y,w) not periodogram(y.*w)
why is periodogram(y,w) not the same as periodogram(y.*w), where y is the signal and w the window. For a rectangular window it i...
casi 11 años hace | 1 respuesta | 0
1
respuestaReturn value of fft function and details of the bins
The bins are slightly different between even and odd number of sample points. I use the following: f = ceil(-N/2:N/2-1)/...
casi 11 años hace | 2
Pregunta
exotic piece of code
I have a quite exotic piece of code that works fine, but i wonder if it cannot be done easier. The code is part of a function...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
flush uicontrol callback queue
Hi, I want to show a continuously repeating animation that can be updated on the fly with pushbuttons. The problem is that a new...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
optimize inefficient piece of code
Hi, I have a piece of code as part of a bigger piece that is inefficient. The code is called many times and is a bottleneck i...
casi 11 años hace | 1 respuesta | 0
1
respuestaResuelto
Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...
más de 11 años hace
Pregunta
combine surfaces into one big surface
Hi, I have a lot of surfaces and patches in a single plot; surf(this) surf(that). 376 in total. (I also have a struct with 3...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
array of plots in simulink
Hello, I wrote the following embedded matlab function to plot an array of scopes: function fcn(t,u) % This block supports...
casi 13 años hace | 0 respuestas | 1
0
respuestashow to call the callback in GUI ?
if i understand correct, instead of 'Mohammad', you should write {@Mohammad} so that it becomes uimenu('Label','&File'); ...
alrededor de 13 años hace | 0
| aceptada
Indirect addressing in structure
If i understand correct, it can be done with the command 'fieldnames' it returns the names of the fields in a cell array. ...
alrededor de 13 años hace | 0
stop for loop if a thing happens
i looked it up for you. the command is 'break' :)
alrededor de 13 años hace | 0
stop for loop if a thing happens
the command is 'return' i guess
alrededor de 13 años hace | 0
Pregunta
recover basic rotations
Dear reader. Is it possible to recover the basic rotations from a general rotation matrix? i do know the order of rotating. I...
alrededor de 13 años hace | 2 respuestas | 0