Szabolcs
Followers: 0 Following: 0
Estadística
17 Preguntas
2 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
4.593
of 300.765
REPUTACIÓN
11
CONTRIBUCIONES
17 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
47.06%
VOTOS RECIBIDOS
9
CLASIFICACIÓN
of 21.084
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
114.154
of 170.941
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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")...
casi 6 años hace | 0
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 10 años hace
Pregunta
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...
más de 12 años hace | 2 respuestas | 0
2
respuestasUse 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'...
más de 12 años hace | 2
Pregunta
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...
más de 12 años hace | 3 respuestas | 1
3
respuestasPregunta
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...
más de 12 años hace | 0 respuestas | 2
0
respuestasPregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
MATLAB Engine and licensing
Can someone point me to the description of any restrictions on distributing <http://www.mathworks.com/help/matlab/matlab_externa...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 12 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
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? ...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 13 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 13 años hace | 0 respuestas | 1
0
respuestasPregunta
"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...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 13 años hace | 2 respuestas | 1

