Szabolcs - MATLAB Central
photo

Szabolcs


Last seen: 1年以上 前 2013 年からアクティブ

Followers: 0   Following: 0

Professional Interests: physics, complex systems

統計

All
MATLAB AnswersCodyFrom 01/13 to 03/25Use left and right arrows to move selectionFrom 01/13Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

17 質問
2 回答

Cody

0 問題
1 解答

ランク
4,510
of 297,695

評判
11

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

回答採用率
47.06%

獲得投票数
9

ランク
 of 20,466

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
119,690
of 159,380

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Programmatically interrupt MATLAB on Windows
I originally asked this question a very long time ago, when MATLAB only provided a buggy and limited C API (the "MATLAB Engine")...

5年弱 前 | 0

質問


Use an existing interactive MATLAB session with MATLAB Engine application
How can I use an already running interactive MATLAB session as the computation engine for a MATLAB Engine application? I'm quit...

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

2

回答

回答済み
Use an existing interactive MATLAB session with MATLAB Engine application
I found a solution for this. From the already running MATLAB session evaluate the command enableservice('AutomationServer'...

11年以上 前 | 2

質問


Programmatically interrupt MATLAB on Windows
When using MATLAB through the GUI, I can easily interrupt a computation by pressing Ctrl-C. Is there a way to do the same _pr...

12年弱 前 | 3 件の回答 | 1

3

回答

質問


Prevent evalc('help fun') from outputting HTML when running in terminal
When running in terminal mode (-nodesktop switch), "help pi" will output a readable message: >> help pi PI 3.1415926...

12年弱 前 | 0 件の回答 | 2

0

回答

質問


Use function handle in MEX file (serialize it)
What sorts of things can one do with a function handle in a MEX file? What I'd like to do is extract all the relevant data fr...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


MATLAB Engine and licensing
Can someone point me to the description of any restrictions on distributing <http://www.mathworks.com/help/matlab/matlab_externa...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


Avoid adding MATLAB to the PATH for Engine applications
On Windows, when a MATLAB installation is registered as a COM server, it writes its location into the registry, so I can retriev...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


Bidirectional interface to MATLAB (allowing callbacks)
I would like to implement a bidirectional programming interface to MATLAB, to make MATLAB accessible from another programming la...

12年弱 前 | 1 件の回答 | 1

1

回答

質問


Get MATLAB Engine (engEvalString) to take/return unicode.
The <http://www.mathworks.com/help/matlab/calling-matlab-engine-from-c-c-and-fortran-programs.html MATLAB Engine> is a C inte...

12年弱 前 | 0 件の回答 | 0

0

回答

質問


Show the command window from engine application on Mac
Is it possible to show the MATLAB command window when using a MATLAB Engine application, _and running on OS X_? (I know there's...

約12年 前 | 0 件の回答 | 0

0

回答

質問


How to access unicode strings through MEX/Engine C interfaces?
*Short version* How can I access the underlying unicode data of MATLAB strings through the MATLAB Engine or MEX interface? ...

約12年 前 | 2 件の回答 | 0

2

回答

質問


Does mxDestroyArray() recursively de-allocate elements of structs and cells?
The question is in the title. Is is about the <http://www.mathworks.com/help/matlab/cc-mx-matrix-library.html C matrix library ...

約12年 前 | 1 件の回答 | 1

1

回答

質問


Access arbitrary class from MATLAB Engine interface
Using the MATLAB Engine interface, it is possible to <http://www.mathworks.com/help/matlab/cc-mx-matrix-library.html access> mos...

約12年 前 | 2 件の回答 | 0

2

回答

質問


engGetVariable crashes after MATLAB has quit
When using the MATLAB Engine interface, if the MATLAB process quits, engGetVariable(ep, "name") simply crashes (at least on OS X...

約12年 前 | 0 件の回答 | 0

0

回答

質問


Sparse matrices: find indices of non-zero elements in C code
I am using the MATLAB Engine interface, and I need to be able to handle sparse matrices. Starting with an mxArray pointer whi...

約12年 前 | 2 件の回答 | 0

2

回答

質問


MATLAB Engine: engEvalString() with invalid MATLAB command never returns
I am using the <http://www.mathworks.com/help/matlab/calling-matlab-engine-from-c-c-and-fortran-programs.html MATLAB Engine> int...

約12年 前 | 0 件の回答 | 1

0

回答

質問


"process is attempting to exclude an item from Time Machine by path without administrator privileges" warnings
When I start MATLAB from the command line on OS X using something like /Applications/MATLAB.app/bin/matlab I get lots of...

約12年 前 | 1 件の回答 | 0

1

回答

質問


MATLAB Engine: how to call functions?
I am trying to create an interface for seamlessly calling MATLAB from Mathematica, based on <http://library.wolfram.com/infocent...

約12年 前 | 2 件の回答 | 1

2

回答