Statistiken
RANG
11.076
of 281.898
REPUTATION
4
BEITRÄGE
4 Fragen
10 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
2
RANG
3.247 of 19.064
REPUTATION
459
DURCHSCHNITTLICHE BEWERTUNG
4.80
BEITRÄGE
6 Dateien
DOWNLOADS
36
ALL TIME DOWNLOADS
3409
RANG
of 134.281
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Why does MATLAB take a long time to start?
In Windows "Antimalware Service Executable" process seems to slow down MatLab boot time. I was able to reduce MatLab R2023a sta...
26 Tage vor | 0
Gesendet
Read and Write YAML files
Simple MatLab functions for reading and writing YAML files that use SnakeYAML (Java)
etwa 2 Monate vor | 15 Downloads |

Gesendet
passwordtools
Dialogue boxes for user to enter username and password, where the password is hidden. Also a function for scrambling a password....
4 Monate vor | 5 Downloads |

Gesendet
String to image (quick)
Convert text string to RGB image (quickly) by using a dictionary of pre-generated images.
6 Monate vor | 1 Download |

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 ...
7 Monate vor | 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
10 Monate vor | 0
Frage
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...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortGesendet
mesh2kml
Export textured geometry (surface or patch) to GoogleEarth as a KML and a Collada DAE files
mehr als ein Jahr vor | 2 Downloads |

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(...
mehr als ein Jahr vor | 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...
etwa 2 Jahre vor | 0
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'...
etwa 3 Jahre vor | 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...
etwa 3 Jahre vor | 0
| akzeptiert
Frage
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 ...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenGesendet
CameraController
Controller for supported DSLR cameras via digiCamControl application
fast 5 Jahre vor | 12 Downloads |

How 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...
etwa 5 Jahre vor | 1
Frage
Yet another TEXTSCAN question...
Example string: s = ['"1","2","3"' 10 '"","2","3"' 10 '"1","","3"' 10 '"1","2",""' 10 '"","",""' 10] s = '"1","2"...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenHow 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...
mehr als 6 Jahre vor | 1
Control DSLR through USB Port
Use the DSLR Camera Controller: http://au.mathworks.com/matlabcentral/fileexchange/57196-dslr-camera-controller--wrapper-for-...
mehr als 6 Jahre vor | 0
Gesendet
Line-Line Intersection (N lines, D space)
Find intersection of N lines in D-dimensional space, in least squares sense.
fast 7 Jahre vor | 1 Download |

Frage
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...
mehr als 7 Jahre vor | 2 Antworten | 0