Matthias Pospiech
Followers: 0 Following: 0
Statistiques
RANG
6 312
of 295 569
RÉPUTATION
7
CONTRIBUTIONS
8 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
2
RANG
6 515 of 20 247
RÉPUTATION
166
CLASSEMENT MOYEN
4.50
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
1
ALL TIME TÉLÉCHARGEMENTS
1572
RANG
of 154 105
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
Feeds
plot grid in background
I was identified as a bug in matlab, see: <http://stackoverflow.com/questions/9390957/plot-grid-in-background>
plus de 12 ans il y a | 0
| A accepté
Question
execution of external program fails
I call ghostscript with cmd = [gs ' -sOutputFile="' outputFile '" -f "' inputFile '"']; status = system(cmd); % Run Ghos...
plus de 12 ans il y a | 2 réponses | 0
2
réponsescall functions from subpath
I solved it now with 'mfilename' function latexfigure(h,FileName,outputFormat,varargin) currmfile = mfilename('fullp...
plus de 12 ans il y a | 0
Question
call functions from subpath
I have a function called latexfigure which is based on several functions which are placed in subpaths. The directory structur...
plus de 12 ans il y a | 5 réponses | 1
5
réponsescolor contour different then pcolor
The question was answered on <http://stackoverflow.com/questions/9289658/color-contour-different-than-pcolor stackoverflow.com>....
presque 13 ans il y a | 1
| A accepté
Question
why can I not create 3 subplots?
This code deletes the second subplot when the third is created: clc figure(1); clf; sp(1) = subplot(1,3,1, 'Paren...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
plot grid in background
I use the gridxy (http://www.mathworks.com/matlabcentral/fileexchange/9973-gridxy-v2-2-feb-2008) function (because the original ...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
Warning: Integer operands are required for colon operator when used as index
I am using fft functions and have twice in my code this warning message, bu no clue why I get the warning: N = 2048*16; ...
presque 13 ans il y a | 3 réponses | 0
3
réponsesQuestion
color contour different then pcolor
I am using pcolor together with contour lines. However the value of the lines can no be identified from the plot, as can be seen...
presque 13 ans il y a | 1 réponse | 0
1
réponseMatlab and C++ (Qt)
I do not see how matlab plots should be included inside a c++(qt) app. For Qt you could use qwt, or you build your entire app i...
presque 13 ans il y a | 0
| A accepté
Question
plotyy with axis for each plot only on one side
The following code shows my problem. plotyy completely fails if the ticks are not at the same positions on both sides (which is ...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
plotyy with sync yaxis tics on both sides
Matlab does provide plotyy for plotting two graphs with different yaxis, but does not sync the tics. Also matlab provides no po...
presque 13 ans il y a | 1 réponse | 0