photo

Rebecca D'Onofrio


Last seen: 4 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
95,189
of 300,365

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,262

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


why does it give this result???
the code works well up to the moment I introduce the while loop. It says: "Warning: Matrix is singular, close to singular or bad...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Index exceeds the number of array elements (100). Error in interpolazione (line 149) BFin=B(n); %buckling finale
D=D39+D40+DO+DNa+DFe; %coefficienti di diffusione F=F39+F40; %prodotti di fissione CAPTURE=[Pu39capture+Pu40capture+Na...

4 years 前 | 1 个回答 | 0

1

个回答

提问


It does not stop!
This code does not stop if I don't put the condition "while n<nmax". where is the problem??? D=D39+D40+DO+DNa+DFe; %coefficien...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Why is it not working?
I wrote this code, and it does not give any errors, but still I think it is not working since I cannot see any results! Is there...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Invalid use of operator.
for ii=2:26 for jj=1:26 for ii~=jj A(ii,jj)=[A(ii,jj)+ELREM(ii)+IN(ii)]; end end end ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


why do I receive "Index in position 1 is invalid. Array indices must be positive integers or logical values"
B=6E-5; MAT=zeros(26,26); for i=1:26 for i=j MAT(i,j)=[D*B+REM] end end

4 years 前 | 2 个回答 | 0

2

个回答