Hi,
I am new to fortran programming. I am trying to convert the following matlab code to fortran. Can somebody help? Thanks!
si = 1; k = 1;
for i = 1:30
for j = 1:10
ZL(k,si:si+2) = [1, 0, 2];
k = k+1;
end
si...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.