Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.3K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Errors in code for fission yield analysis across different patterns

Posted 1 year ago
Attachments:

Resolved

I have resolved this issue. The cause was in the loop index configuration.

The following code: For[gxIndex = 1, gxIndex <= Length[gxValues], gxIndex++,

was replaced with: For[gxIndex = statnum, gxIndex <= endnum, gxIndex++,

By properly setting statnum and endnum, the loop now correctly reflects the calculation range, and all patterns work as expected. I apologize for any confusion caused and hope this solution helps others facing a similar issue.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard