Matthias Pospiech - MATLAB Central
photo

Matthias Pospiech


Last seen: 約5年 前 2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersFile ExchangeFrom 02/12 to 03/25Use left and right arrows to move selectionFrom 02/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
4 回答

File Exchange

1 ファイル

ランク
6,309
of 297,711

評判
7

コントリビューション
8 質問
4 回答

回答採用率
75.0%

獲得投票数
2

ランク
6,549 of 20,465

評判
166

平均評価
4.50

コントリビューション
1 ファイル

ダウンロード
2

ALL TIME ダウンロード
1574

ランク

of 159,406

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


latexfigure
This package enables the use of all fonts that are supported by LaTeX in a figure.

12年弱 前 | ダウンロード 2 件 |

4.5 / 5
Thumbnail

回答済み
plot grid in background
I was identified as a bug in matlab, see: <http://stackoverflow.com/questions/9390957/plot-grid-in-background>

約13年 前 | 0

| 採用済み

質問


execution of external program fails
I call ghostscript with cmd = [gs ' -sOutputFile="' outputFile '" -f "' inputFile '"']; status = system(cmd); % Run Ghos...

約13年 前 | 2 件の回答 | 0

2

回答

回答済み
call functions from subpath
I solved it now with 'mfilename' function latexfigure(h,FileName,outputFormat,varargin) currmfile = mfilename('fullp...

約13年 前 | 0

質問


call functions from subpath
I have a function called latexfigure which is based on several functions which are placed in subpaths. The directory structur...

約13年 前 | 5 件の回答 | 1

5

回答

回答済み
color contour different then pcolor
The question was answered on <http://stackoverflow.com/questions/9289658/color-contour-different-than-pcolor stackoverflow.com>....

約13年 前 | 1

| 採用済み

質問


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

約13年 前 | 1 件の回答 | 0

1

回答

質問


plot grid in background
I use the gridxy (http://www.mathworks.com/matlabcentral/fileexchange/9973-gridxy-v2-2-feb-2008) function (because the original ...

約13年 前 | 1 件の回答 | 0

1

回答

質問


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

約13年 前 | 3 件の回答 | 0

3

回答

質問


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

約13年 前 | 1 件の回答 | 0

1

回答

回答済み
Matlab 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...

約13年 前 | 0

| 採用済み

質問


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

約13年 前 | 1 件の回答 | 0

1

回答

質問


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

約13年 前 | 1 件の回答 | 0

1

回答