photo

matal


2011 年からアクティブ

Followers: 0   Following: 0

Newbie Matlabb'er
Professional Interests: Quantitative Finance

統計

MATLAB Answers

9 質問
2 回答

ランク
6,311
of 297,457

評判
7

コントリビューション
9 質問
2 回答

回答採用率
44.44%

獲得投票数
6

ランク
 of 20,438

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 158,938

コントリビューション
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 =...

11年以上 前 | 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 ...

11年以上 前 | 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...

12年以上 前 | 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...

13年以上 前 | 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...

13年以上 前 | 2 件の回答 | 0

2

回答