api_showwindow
Versión 1.0.0.0 (25,9 KB) por
Mihai Moldovan
The function warps the WIN32 ShowWindow API in User32.dll.
3,3K Descargas
Actualizado
24 jul 2002
Sin licencia
When using MATLAB on windows platforms one could write MEX files to access the WIN32 API functions. However such a tutorial is difficult to find.
I decided to post an example with a commented C-MEX file that will demonstrate how to accurately find the windows handle of a MATLAB figure window and then do some API command on it.
For simplicity I selected the 'ShowWindow' API because it can be used to solve the 'common' figure maximization problem. (maximizefigure.m sample included)
Citar como
Mihai Moldovan (2026). api_showwindow (https://es.mathworks.com/matlabcentral/fileexchange/2041-api_showwindow), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R12.1
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Interactive Control and Callbacks en Help Center y MATLAB Answers.
Etiquetas
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
api_showwindow/
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
