photo

sneha kriplani


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
209,063
of 300,857

評判
0

コントリビューション
6 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


when we run the code, a plot comes out and if i want to calculate the X and y coordinate of center of each grid box , how to do that ?
xyRange=[1,5]; %// Starting xy range of particles P=3; %// Number of particles generated each day vx=0.6; v...

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

0

回答

質問


Error using str2num (line 32), Requires string or character array input. Error in xGridMarkers = str2num(get(gca,'XTicklabel')); how to remove this error??
xyRange=[1,5]; %// Starting xy range of particles P=3; %// Number of particles generated each day vx=0...

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

1

回答

質問


how to turn off scientific notations in figure ??? likein mine i'm getting 3+e02 i want it 300 only
rather than having 3e+04 how to get 30000

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

1

回答

質問


how can i count number of particles in each grid box after running this code ??
xyRange=[1,5]; %// Starting xy range of particles P=3; %// Number of particles generated each day vx=0....

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

1

回答

質問


how do i remove this error? Function definitions are not permitted in this context.
xyRange=[1,5]; %// Starting xy range of particles numP=3; %// Number of particles generated each day vx...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


how can i use for loop for the given situation
X=randi([1,5],3,1); Y=randi([1,5],3,1); for i=1:3; Xnew(i)=[X(i,1)+.6];Xn=Xnew'; Ynew(i)=[Y(i,1)+.4];Yn=Yn...

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

0

回答