python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What is the equivalent of Matlab's mesh function in Julia Plots.jl
In Matlab, we would first use [x, y] = meshgrid to generate the grid, then use mesh(x, y, z) to plot the 3D plot. I want to use the same funtionality in Julia Plots.jl, which API should I use? And how...
ERIKQQY
Votes: 0
Answers: 2
Ploting a function in Julia
I would like to plot following mathematical modell of the p-V-diagramm
However, when I try to plot the function I get a different plot.
T0 = 492
V0 = 275
Tmax = 25
Vmax = 75
vals = []
for t in range...

Struggling_Student
Votes: 0
Answers: 1