Open matlab in fortran environment
I'm working with Fortran and I would like to open Matlab to plot my answers. How to do it?
The compiler is Intel Visual Fortran...
Plot 2d pressure field
I would like to plot a 2d pressure field, i.e., I have two vectors x, y and the pressure P on each point. I would like to plot a...
10 years 前 | 1 个回答 | 0
1
个回答
提问
How to join two vectors
I have a vector x1 = [1; 0; -2] and an array R = [1 0; 2 -0.5; 6 0] and I want to create a vector
Xg = [0 -0.5 1 0 -2 0].
Th...