Estadística
4 Preguntas
10 Respuestas
6 Archivos
CLASIFICACIÓN
5.077
of 297.010
REPUTACIÓN
10
CONTRIBUCIONES
4 Preguntas
10 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
3.040 of 20.418
REPUTACIÓN
531
EVALUACIÓN MEDIA
4.80
CONTRIBUCIONES
6 Archivos
DESCARGAS
37
ALL TIME DESCARGAS
4040
CLASIFICACIÓN
of 157.687
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
CameraController
Controller for supported DSLR cameras via digiCamControl application
11 meses hace | 9 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/300cae54-dfe1-4241-81a2-5ef0a718b8d0/cd999abc-72a8-4cd4-9a20-074741785eec/images/screenshot.png)
Why does MATLAB take a long time to start?
For me on Windows10 the "Antimalware Service Executable" process slows down MatLab boot time. I was able to reduce MatLab R2023...
más de 1 año hace | 2
Enviada
Read and Write YAML files
Simple MatLab functions for reading and writing YAML files that use SnakeYAML (Java)
más de 1 año hace | 18 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/fabd318e-2037-410e-8d5b-3df150f5fc85/f267ba59-731d-4b73-892e-f343d118de0d/images/1685654954.jpg)
Enviada
passwordtools
Dialogue boxes for user to enter username and password, where the password is hidden. Also a function for scrambling a password....
más de 1 año hace | 2 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/3f4db448-954f-4a60-a20a-82f0f946cc1e/2e2df33a-55a9-412a-b5dd-09bdde061f1c/images/1680886467.png)
Enviada
String to image (quick)
Convert text string to RGB image (quickly) by using a dictionary of pre-generated images.
casi 2 años hace | 3 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/849c253d-50c5-4e1d-a769-3fe721083ce4/52fb1d11-5c43-47ea-a7ab-79fe7f1c5e69/images/1649537561.png)
Deploying Standalone Executable with No MCR
Well it's 2023 and the MCR is now a 3.7GB! Plus it's now a zip with nearly 8k files, not a single file. (for windows) This is ...
casi 2 años hace | 0
How do I detect if MATLAB was started -nojvm from a mex extension
if usejava('desktop') %with java, ie normal else %no java, ie -nojvm end
alrededor de 2 años hace | 0
Pregunta
How to efficiently find and step through similar values in a vector.
For a vector, such as: X = [5 5 5 2 2 ..] Is there a native, no toolbox, elegant way to identify the length of contiguous 'reg...
más de 2 años hace | 1 respuesta | 0
1
respuestaEnviada
mesh2kml
Export textured geometry (surface or patch) to GoogleEarth as a KML and a Collada DAE files
casi 3 años hace | 2 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/cc16ac88-12cb-4e92-8af5-f4a962bcefb9/c64dbc19-c17e-4247-ac58-d5ea57c1f693/images/screenshot.jpg)
How do I add a listener for an implicit change of limits on an axis
Here is a simple example that updates the time axis on two linked plots every time you zoom/pan: ax(1)=subplot(211); plot(rand(...
casi 3 años hace | 0
How to set exact figure size in pixels?
I use this (works for me in R2020a, win10): rez = [1024 768]; %set desired [horizontal vertical] resolution set(gcf,'PaperPosi...
más de 3 años hace | 1
What's the MatLab WEBSAVE equivalent of this WGET command?
This command seems to work for a wegpage but not for download of a file! data = webwrite(AUTHURL,'identity',USERNAME,'password'...
más de 4 años hace | 0
What's the MatLab WEBSAVE equivalent of this WGET command?
Found my own answer to the single command question, need to use webwrite instead of webread.. very counterintuative! data = web...
más de 4 años hace | 0
| aceptada
Pregunta
What's the MatLab WEBSAVE equivalent of this WGET command?
I can't get websave to work (on Win10, R2020a). What is the MatLab equivilent of this wget command. Note it uses a proxy and ...
más de 4 años hace | 2 respuestas | 0
2
respuestasHow do we get classic menus back?
Ribbons are a waste of space, especially on a laptop screen. By using the quick access toolbar and lots of hacking you can repla...
más de 6 años hace | 1
Pregunta
Yet another TEXTSCAN question...
Example string: s = ['"1","2","3"' 10 '"","2","3"' 10 '"1","","3"' 10 '"1","2",""' 10 '"","",""' 10] s = '"1","2"...
más de 6 años hace | 2 respuestas | 0
2
respuestasHow to connect NIKON DSLR camera to matlab?
"DSLR Camera Controller (wrapper for digiCamControl)" on MatLab central will let you control camera settings, capture and downlo...
casi 8 años hace | 1
Control DSLR through USB Port
Use the DSLR Camera Controller: http://au.mathworks.com/matlabcentral/fileexchange/57196-dslr-camera-controller--wrapper-for-...
casi 8 años hace | 0
Enviada
Line-Line Intersection (N lines, D space)
Find intersection of N lines in D-dimensional space, in least squares sense.
más de 8 años hace | 3 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/59805/versions/14/screenshot.jpg)
Pregunta
Why does str2num take much longer to convert 1001 long char array apposed to a 1000 long char array (MatLab R2010b 64bit, on Win 64bit)
Example: %make 1001-by-3 char array of numbers, can replace 3 with any size t = '0123456789'; t = t(ceil(rand(3,1001)*1...
más de 8 años hace | 2 respuestas | 0