統計
MATLAB Answers
8 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can I merge and align multiple picture in one picture?
<</matlabcentral/answers/uploaded_files/103397/Picture1.png>> I want to merge and align the images as shown in the picture. ...
約7年 前 | 1 件の回答 | 0
1
回答質問
How do I remove the bottom line of the axes in a saved figure?
I drew a graph and deleted axes by using the code below. % code hAxes = gca; hAxes.XRuler.Axle.LineStyle = 'none'; axis ...
7年以上 前 | 2 件の回答 | 1
2
回答質問
How can I set default interpreter as LATEX in MATLAB R2017a?
Hello, set(groot,'defaulttextinterpreter','latex'); set(groot, 'defaultAxesTickLabelInterpreter','latex'); set(gr...
7年以上 前 | 1 件の回答 | 1
1
回答質問
How to set default figure size?
The default figure sizes of different computers are different. Therefore, 1) I want to know the default figure size of one o...
7年以上 前 | 1 件の回答 | 1
1
回答質問
X axis line doesn't disappear
<</matlabcentral/answers/uploaded_files/81694/1.jpg>> <</matlabcentral/answers/uploaded_files/81693/2.jpg>> I drew a graph...
7年以上 前 | 0 件の回答 | 0
0
回答質問
xlsread certain range of rows
Hi, I have a very large excel file. When I used xlsread command it took very long time to read entire range. Therefore, I w...
8年弱 前 | 1 件の回答 | 0
1
回答質問
My matlab is using same color in drawing multiple lines in figure
2014a version figure hold plot(a,b) plot(c,d) The colors of two lines are same pure blue. Why doesn't color change? ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
How can I find MIN value with same number in the other column?
Hi, This one is really tricky. I have a matrix like below: A=[ 1,1; 1,2; 1,3; 2,4; 2,5; ...
8年以上 前 | 3 件の回答 | 0