![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2362192_1522089546024_DEF.jpg)
Dmitry Borovoy
Pacific Oceanological Institute
Followers: 0 Following: 0
Professional Interests: signal processing, acoustics, programming
Statistica
RANK
3.956
of 297.010
REPUTAZIONE
14
CONTRIBUTI
4 Domande
6 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
9
RANK
of 157.687
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
isprop for custom classes
Why isprop doesn't work for custom classes in Matlab versions earlier than 2011a? Even help shows that this feature works only f...
oltre 13 anni fa | 1 risposta | 0
1
rispostaIs it possible to have 3 or more variable inputs for a 3D contour plot in GUI?
If you really need to use function just create your own shell-function. function MyContour3(X,Y,Z,t) % add logic for assi...
oltre 13 anni fa | 0
Domanda
How to get data from contour
From help: [X,Y] = meshgrid(-2:.2:2,-2:.2:3); Z = X.*exp(-X.^2-Y.^2); [C,h] = contour(X,Y,Z); set(h,'ShowText','on',...
oltre 13 anni fa | 2 risposte | 0
2
risposteHow to get size of an object
Do you mean something like this: function GetSize(this) props = properties(this); totSize = 0; for ii=1:le...
oltre 13 anni fa | 5
| accettato
How to save breakpoints automaticaly
Ёмае. I understood my fail. I usually write in all my scripts 'clear all' instead 'clear varaibles'. And I just realized that t...
oltre 13 anni fa | 0
| accettato
Domanda
How to get size of an object
There is function 'whos' that shows variables and their sizes, but for objects it shows just size of the pointer (about 112 byte...
oltre 13 anni fa | 8 risposte | 4
8
risposteReplacing a LOT of data by zero (in a matrix)
1 way. Use vectorization (your way). fast but requires a lot of RAM 2 way. Use loops. Very slow but no need a lot of RAM 3 way...
oltre 13 anni fa | 0
How to save breakpoints automaticaly
I have Win7 Pro, Matlab 2011a, 2010a, 2010b, 2009b (they all had such problems). Also tested it on WinXP SP3. I have admins priv...
oltre 13 anni fa | 0
How to save breakpoints automaticaly
I mean that they disappear after I stop debugger. Well it's really strange because all IDE that I know (f.e. VisualStudio etc.)...
oltre 13 anni fa | 0
Domanda
How to save breakpoints automaticaly
Previous versions of Matlab saved breakpoints automaticaly. Now after each run all breakpoints are just disappear and I have to...
oltre 13 anni fa | 5 risposte | 0