Feeds
질문
can anybody please help me how to implement the attached code( Implemented in C) in Matlab?.
I just want to implement the above c code in matlab. Anybody's help would be appreciated.
대략 10년 전 | 답변 수: 0 | 0
0
답변질문
Is there any alternative in matlab like Goto statement in C?. If so, can you please help me how to implement the given code in matlab.
max=n*n-n; I=1; step0: J=J+1; if(J>=max+I) goto step10; else got...
대략 10년 전 | 답변 수: 2 | 0