photo

Rebecca D'Onofrio


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
102,457
of 297,503

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 2 answers | 0

2

answers

Question


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

3 years ago | 2 answers | 0

2

answers