photo

Serge


Last seen: 3 mois il y a Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

4 Questions
11 Réponses

File Exchange

6 Fichiers

RANG
4 339
of 299 722

RÉPUTATION
12

CONTRIBUTIONS
4 Questions
11 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
5

RANG
2 993 of 20 790

RÉPUTATION
546

CLASSEMENT MOYEN
4.80

CONTRIBUTIONS
6 Fichiers

TÉLÉCHARGEMENTS
29

ALL TIME TÉLÉCHARGEMENTS
4187

RANG

of 165 604

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

  • GitHub Submissions Level 3
  • Thankful Level 1
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to add box to an image?
Here is another option that uses xlim/ylim and xline/yline. This works even if one of the the axis is datetime or a duration. ...

5 mois il y a | 0

A soumis


CameraController
Controller for supported DSLR cameras via digiCamControl application

plus d'un an il y a | 7 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
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...

presque 2 ans il y a | 2

A soumis


Read and Write YAML files
Simple MatLab functions for reading and writing YAML files that use SnakeYAML (Java)

environ 2 ans il y a | 14 téléchargements |

0.0 / 5
Thumbnail

A soumis


passwordtools
Dialogue boxes for user to enter username and password, where the password is hidden. Also a function for scrambling a password....

plus de 2 ans il y a | 4 téléchargements |

5.0 / 5
Thumbnail

A soumis


String to image (quick)
Convert text string to RGB image (quickly) by using a dictionary of pre-generated images.

plus de 2 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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

presque 3 ans il y a | 0

Question


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...

presque 3 ans il y a | 1 réponse | 0

1

réponse

A soumis


mesh2kml
Export textured geometry (surface or patch) to GoogleEarth as a KML and a Collada DAE files

plus de 3 ans il y a | 1 téléchargement |

4.1 / 5
Thumbnail

Réponse apportée
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(...

plus de 3 ans il y a | 0

Réponse apportée
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...

environ 4 ans il y a | 1

Réponse apportée
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'...

presque 5 ans il y a | 0

Réponse apportée
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...

presque 5 ans il y a | 0

| A accepté

Question


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 ...

presque 5 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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...

environ 7 ans il y a | 1

Question


Yet another TEXTSCAN question...
Example string: s = ['"1","2","3"' 10 '"","2","3"' 10 '"1","","3"' 10 '"1","2",""' 10 '"","",""' 10] s = '"1","2"...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
How 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...

plus de 8 ans il y a | 1

Réponse apportée
Control DSLR through USB Port
Use the DSLR Camera Controller: http://au.mathworks.com/matlabcentral/fileexchange/57196-dslr-camera-controller--wrapper-for-...

plus de 8 ans il y a | 0

A soumis


Line-Line Intersection (N lines, D space)
Find intersection of N lines in D-dimensional space, in least squares sense.

presque 9 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

Question


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...

plus de 9 ans il y a | 2 réponses | 0

2

réponses