![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1761379.jpg)
Sandor Toth
Paul Scherrer Institut
Followers: 0 Following: 0
Professional Interests: physics, Monte-Carlo algorithms, parallel computing, spin-waves
Statistiques
RANG
3 898
of 297 016
RÉPUTATION
14
CONTRIBUTIONS
6 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
10
RANG
4 377 of 20 419
RÉPUTATION
322
CLASSEMENT MOYEN
3.80
CONTRIBUTIONS
5 Fichiers
TÉLÉCHARGEMENTS
8
ALL TIME TÉLÉCHARGEMENTS
2908
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Why do my MATLAB files appear corrupt on macOS High Sierra?
Same problem as last year with macOS 10.12. :/
plus de 7 ans il y a | 0
Command Window gone crazy ( scrolls on it's own )
I have the same problem (MATLAB R2017a, OSX 10.12.6). Had this issue time to time and the only fix is to restart MATLAB.
plus de 7 ans il y a | 0
A soumis
Go to mfiles, folders and labels
The MATLAB cd command on steroids
plus de 7 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/64043/versions/2/screenshot.png)
Problem with rendering patch object when FaceVertexAlphaData is given
It seems a simple command fixed the problem: opengl hardware After running this command and replotting the figure, I get...
environ 8 ans il y a | 0
| A accepté
Question
Problem with rendering patch object when FaceVertexAlphaData is given
When I create a single patch object with different transparency and color per face, Matlab R2016b under OSX seems having a bug i...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Why fprintf('%3.1f',round(-eps)) prints -0.0?
I found some very strange behaviour of the round function in Matlab R2016b (at least for me). I would expect that the round func...
environ 8 ans il y a | 2 réponses | 1
2
réponsesA soumis
Callback function for selecting triangular faces of patch objects
The function can find the index of the face in a triangular patch object which was clicked on
environ 8 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/61078/versions/5/screenshot.png)
Matlab scatter produces hexagonal symbols instead of circles
This is indeed extremely annoying. A little help though, I attached an Adobe Illustrator script that can change all selected pol...
plus de 8 ans il y a | 1
Why does MATLAB fail to load my preferred language on macOS Sierra?
Is MATLAB R2016b compatible with MacOS 10.12 using language English and region Switzerland?
plus de 8 ans il y a | 2
A soumis
Class handling .cif formatted files
The @cif class enables easy access to the crystallographic data stored in .cif files.
plus de 8 ans il y a | 3 téléchargements |
Question
Control errorbar width in Matlab R2014b
Pre R2014b Matlab versions allowed the separate control of the length of the top and bottom error bar lines separately through t...
environ 10 ans il y a | 3 réponses | 6
3
réponsesA résolu
The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".
plus de 10 ans il y a
A résolu
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
plus de 10 ans il y a
A résolu
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
plus de 10 ans il y a
A résolu
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
plus de 10 ans il y a
A résolu
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
plus de 10 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
plus de 10 ans il y a
A résolu
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:...
plus de 10 ans il y a
Question
Rendering the contour/outline of 3D objects in Matlab
Hello, I am plotting crystal structures in Matlab using balls and sticks as surfaces. I can produce nice 3D renderings with s...
environ 11 ans il y a | 1 réponse | 0
1
réponseA soumis
Multidimensional matrix multiplication
The simple function performs fast matrix multiplication within multidimensional arrays.
plus de 11 ans il y a | 1 téléchargement |
Question
How to use mpiprofile outside of pmode?
I am trying to profile a parallel function outside of pmode, using the following commands: pJob = createParallelJob(); ...
plus de 12 ans il y a | 1 réponse | 0
0
réponseFull window 3D plots got clipped
Thanks for the quick answer! I tried: set(gca,'Position', [0 0 1 1]); but it does not help. I don't think parts of the plot ...
plus de 13 ans il y a | 0
Question
Full window 3D plots got clipped
Hello, I am plotting crystal structure in 3D without showing axes or labels. I want a figure where only the plotted 3D surfaces...
plus de 13 ans il y a | 2 réponses | 0