photo

matal


2011년부터 활동

Followers: 0   Following: 0

메시지

Newbie Matlabb'er
Professional Interests: Quantitative Finance

통계

MATLAB Answers

9 질문
2 답변

순위
6,311
of 300,369

평판
7

참여
9 질문
2 답변

답변 채택
44.44%

획득한 표
6

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


copy-on-write, performance, and code readability
I use a global, multi-level nested struct() to hold a lot of data. For example, I have: global DATA; DATA.US.AAPL.date =...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


Performance tuning - finding CPU time
Hi - I have a Matlab function (my code) that takes about 1.5ms to run most of the time, but every once in a while spikes up ...

12년 초과 전 | 답변 수: 3 | 1

3

답변

질문


working with mwArray in C++: How to extend it...
I am working with mwArray's in C++. I have created an empty cellarray as follows: mwArray r(mxCELL_CLASS); Now I would l...

12년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Calling Matlab from C++: How to pass in no arguments in varargin?
Looks like this is not possible: <http://www.mathworks.com/help/compiler/matlab-compiler-generated-interface-functions.html> ...

12년 초과 전 | 1

| 수락됨

질문


Calling Matlab from C++: How to pass in no arguments in varargin?
I am compiling Matlab .m functions using Matlab compiler into libraries callable from C++. The particular function I am working ...

12년 초과 전 | 답변 수: 2 | 1

2

답변

답변 있음
Data structure for mixed-type arrays - cellarray, dataset, structarray, struct of arrays, or other?
Thought I would post some of my thoughts after looking at this problem a bit more. I don't see an efficient data structure in...

12년 초과 전 | 0

질문


Data structure for mixed-type arrays - cellarray, dataset, structarray, struct of arrays, or other?
I need to process large amounts of tabular data of mixed type - strings and doubles. A standard problem, I would think. What is ...

12년 초과 전 | 답변 수: 3 | 2

3

답변

질문


save v7 vs v7.3 - compression is in which one?
Matlab version: 7.11.0.584 (R2010b) I have a dataset ~68MB in size. Name Size Bytes Class ...

12년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Can I use R2011a Econometrics toolbox with R2010b Matlab installation?
As the title says - I need to use some functions in the R2011a Econometrics toolbox. My current installation is R2010b and I don...

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

1

답변

질문


Newbie question - capturing mutliple return from a function into an array
A function f() returns 2 numbers. So, I typically call it like this: [x,y] = f(<inputs>) Now I want to multiply the output...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Newbie question - converting a vector into a cellarray of vectors
I have a vector X and want a cell array C containing N copies of that vector. How do I do that? Here is how I am doing it now...

14년 초과 전 | 답변 수: 2 | 0

2

답변