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...
대략 6년 전 | 답변 수: 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...
대략 6년 전 | 답변 수: 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
거의 8년 전 | 답변 수: 1 | 0
