photo

alorenzom


2011 年からアクティブ

Followers: 0   Following: 0

Civil and Environmental Engineer, Computational Mechanichs PhD, Structural Analysis and Design Programmer.
Professional Interests: Structural Analysis and Design Programming

統計

MATLAB Answers

7 質問
1 回答

ランク
23,254
of 300,779

評判
1

コントリビューション
7 質問
1 回答

回答採用率
28.57%

獲得投票数
2

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Performance of matlab function build and called by C# application
Dear all, I wrote the following matlab function (R2011b): function y = makesquare(x) y = magic(x); end Now I'...

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

0

回答

質問


Lanczos algorithm for eigenvalues
Dear All, I'm interested in the generalized eigenvalue problems for very big systems. I'm looking for a matlab code which use...

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

2

回答

質問


Ordering for frontal solver
Dear All, I'd like to implement a frontal solver for fem applications. I know ordering is very important fro frontal solvers....

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

0

回答

質問


From Matlab to Delphi
Dear All, I'd like to use a matlab function in a delphi project. How can I do? My matlab function use other matlab func...

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

0

回答

回答済み
how to load a C# dll into a matlab project
Maybe my question is not clear. I want to call from matlab a window (i.e. a form) which is implemented in a C# DLL.

14年以上 前 | 0

質問


how to load a C# dll into a matlab project
dear all, I'd like to run a matlab project that use a C# routine which is inside a C# dll. If it's possible, could you pleas...

14年以上 前 | 3 件の回答 | 0

3

回答

質問


C# - Keep in memory variables between calling 2 different matlab routines
Is it possible to keep in memory variables used in a 1st matlab routine called by C#, when I call a 2nd matlab routine? For e...

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

2

回答

質問


how to pass a complex structure to a matlab routine called by C# application?
Can I for example pass into a matlab routine called by C# application, a structure like this: struct Struct2 { int ...

14年以上 前 | 3 件の回答 | 0

3

回答