quZz
- 123
- 1
What is the shortest way to convert this MatLab line
[x,y] = meshgrid(0:hx:xm, 0:hy:ym);
to F90?
Thanks in advance =)
[x,y] = meshgrid(0:hx:xm, 0:hy:ym);
to F90?
Thanks in advance =)