Wesley Ooms
Followers: 0 Following: 0
Statistiques
RANG
4 517
of 295 448
RÉPUTATION
11
CONTRIBUTIONS
10 Questions
9 Réponses
ACCEPTATION DE VOS RÉPONSES
70.0%
VOTES REÇUS
4
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
presque 10 ans il y a | 1
Question
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? ...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 10 ans il y a | 3 réponses | 0
3
réponsessimplify weird path name
ok, solved myself: p='C:\folder\\\\subfolder\.\.\..\..\documents\map\dir\\\..\location\' p=p(p~='.') p=p(p~='\'|p([2...
plus de 10 ans il y a | 0
| A accepté
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)*...
plus de 10 ans il y a | 0
Question
simplify weird path name
if i have a valid pathname like this: C:\folder\\\\subfolder\.\.\..\..\documents\map\dir\\\..\location\ how can i chang...
plus de 10 ans il y a | 1 réponse | 0
1
réponse"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. ...
plus de 10 ans il y a | 0
Question
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseReturn 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)/...
presque 11 ans il y a | 2
Question
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...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseA résolu
Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...
plus de 11 ans il y a
Question
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 13 ans il y a | 1 réponse | 1
0
réponsehow to call the callback in GUI ?
if i understand correct, instead of 'Mohammad', you should write {@Mohammad} so that it becomes uimenu('Label','&File'); ...
environ 13 ans il y a | 0
| A accepté
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. ...
environ 13 ans il y a | 0
stop for loop if a thing happens
i looked it up for you. the command is 'break' :)
environ 13 ans il y a | 0
stop for loop if a thing happens
the command is 'return' i guess
environ 13 ans il y a | 0
Question
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...
environ 13 ans il y a | 2 réponses | 0