photo

silvano carvalho


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
122,420
of 301,577

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,338

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,550

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how do I plot the values on a circular axis instead of a horizontal axis??? like a bicycles wheel spokes
%Girder (bulge) Spacing=2 w014=0:Spacing:(10*Spacing); grdbt2 =0:0.1:5; [nR,nC]=size(grdbt2); gbt2=ones(1,leng...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how do I plot the values on a circular axis instead of a horizontal axis??? like a bicycles wheel spokes
%Girder (bulge) Sgirderbottom=2 w014=0:Sgirderbottom:(10*Sgirderbottom); grdbt2 =0:0.1:5; [nR,nC]=siz...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Index exceeds matrix dimensions.
*Y=2; g=[20,10]; w=40 : -2 : 3; for x=1:length(w) if w(x)<=5 "why get I problem here, its says 'Index excee...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I am trying to get only the values for w80 less than 50 and different of ww80. In this case I wanna skip the values (7,13,19) , what am I doing wrong?
ww80=(6+1):6: (10*6); for rr=1:length(ww80) if (ww80(rr))>=(50); break else X=rr; ...

8 years 前 | 1 个回答 | 0

1

个回答