alorenzom
Followers: 0 Following: 0
Statistiques
RANG
23 254
of 300 853
RÉPUTATION
1
CONTRIBUTIONS
7 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
28.57%
VOTES REÇUS
2
RANG
of 21 094
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 319
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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'...
environ 14 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 14 ans il y a | 2 réponses | 0
2
réponsesQuestion
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....
environ 14 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 14 ans il y a | 1 réponse | 2
0
réponsehow 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.
plus de 14 ans il y a | 0
Question
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...
plus de 14 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 14 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 14 ans il y a | 3 réponses | 0
