sally_wu - MATLAB Central
photo

sally_wu


2015 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersCodyFrom 09/15 to 04/25Use left and right arrows to move selectionFrom 09/15Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

11 質問
1 回答

Cody

0 問題
2 解答

ランク
109,195
of 298,292

評判
0

コントリビューション
11 質問
1 回答

回答採用率
9.09%

獲得投票数
0

ランク
 of 20,560

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
86,055
of 160,775

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

スコア
30

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


Fix the trace in the plot
Is there a way somehow to get rid off the cross-line in this traces? For some reason,I am getting this cross-line that I do not ...

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

3

回答

回答済み
Use of the Surf function and examples in Matlab
I am trying to plot the 3D map of my data using the surf function. I have X and Y coordinates and Z value so I would like to plo...

約9年 前 | 0

質問


Use of the Surf function and examples in Matlab
Does anyone can give me some good and detailed example of using the Surf function in Matlab? I want to plot a 3D view of the dat...

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

3

回答

質問


Plot a huge data in Matlab
I am trying to plot a cdf with the following data. I have a huge data with one column and total numbers are 116100 i.e. 116100x1...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Plot only upper part(half) of the correlation matrix
I have the following correlation matrix, and would like to plot only the upper part as the lower part is just a mirror of the up...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


How to show with a line/arrow the center/one/two standard deviation of the normal distribution plot?
I have plotted a normal distribution plot with Mean=0.34, and now would like to show the center, which is 0.34 and show two stan...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


How to plot/ show the normal standard (Gaussian) distribution
I am trying to imitate and demonstrate using the following Gaussian standard normal distribution along with cumulative percentag...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


Combine multiple txt files into one single file with index
I have five output txt files (Apple, Bean, Carrot, Tomato, and Orange) with one column and index as it shown below: <</matlab...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


How to combine multiple text files into one with index?
I have five output txt files (Apple, Bean, Carrot, Tomato, and Orange) with one column and index as it shown below: <</matlab...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Combine many txt format files with a single column into one file
I have A, B, C, D, E file in txt format each of them contain one column with numbers i.e: * _A_* 0.05 0.059 0.1 ....

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Generate 100 random numbers from 0 to 1 and freeze it
How to generate 100 random numbers between 0 and 1 and freeze so it can not be changed? I used Excel to generate, but it changes...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Recipes/Toolbox for Geostatistics
I am looking for some good recipes/toolbox for Geostatistics in Matlab. Any good source for reading/suggestions/help will be gre...

9年以上 前 | 1 件の回答 | 0

1

回答

解決済み


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

9年以上 前

解決済み


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

9年以上 前