photo

sneha kriplani


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
210,093
of 297,503

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
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...

9 years 前 | 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...

9 years 前 | 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

9 years 前 | 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....

9 years 前 | 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...

9 years 前 | 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...

9 years 前 | 0 个回答 | 0

0

个回答