photo

Dmitry Borovoy


Pacific Oceanological Institute

2011년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: signal processing, acoustics, programming

통계

MATLAB Answers

4 질문
6 답변

순위
3,995
of 300,381

평판
14

참여
4 질문
6 답변

답변 채택
100.0%

획득한 표
9

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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...

대략 14년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Is 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...

대략 14년 전 | 0

질문


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',...

대략 14년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to get size of an object
Do you mean something like this: function GetSize(this) props = properties(this); totSize = 0; for ii=1:le...

대략 14년 전 | 5

| 수락됨

답변 있음
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...

대략 14년 전 | 0

| 수락됨

질문


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...

대략 14년 전 | 답변 수: 8 | 4

8

답변

답변 있음
Replacing 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...

대략 14년 전 | 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...

대략 14년 전 | 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.)...

대략 14년 전 | 0

질문


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...

대략 14년 전 | 답변 수: 5 | 0

5

답변