Christina Sørensen
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Code works on one pc but not another
My collegea and I have been working on a script. I just saw it running on his MAC. He then sendt me the script so that I could w...
5 years 前 | 0 个回答 | 0
0
个回答提问
Can this line in a code be written in a smarter way?
This is the line in the code: C(:,:,c)=(dC*C(:,:,c)+(dC*C(:,:,c)')'+C(:,:,c)*(-b)+C(:,:,c)); I am trying to make the code wo...
5 years 前 | 2 个回答 | 0
2
个回答提问
In my a for loop where I eg need to go from 1 to 11, and want to make my step size 4 what happens when the computer have to make the last step and it goes over 11?
for 1:2:11 rest of code
7 years 前 | 1 个回答 | 0