Feeds
提问
How do you make vertical lines from the boundary plane of a plot to connect to the corners of its surface?
Here is the code for the plot figure axes xv = linspace(log(5e5), log(1e7), 100); yv = linspace(log(0.6), log(20...
7 years 前 | 1 个回答 | 0
1
个回答提问
How would I make this plot look nicer?
figure axes xv = linspace(log(5e5), log(1e7), 100); yv = linspace(log(0.6), log(2000), 100); [X, Y] = meshgrid(xv,...
7 years 前 | 1 个回答 | 0
1
个回答提问
Why is this wrong?
clear clc [X,Y]=meshgrid(log(5*10.^5):100000:log(10.^7),log(0.6):10:log(2000)); Z=log(((0.037.*(X.^0.8).*Y)/(1+(2...
7 years 前 | 1 个回答 | 0

