Leia
Followers: 0 Following: 0
Feeds
質問
How can I make the titles line up?
How can I make the titles line up? I want a and b to be the same as c. I would be grateful if you help. Thanks!
約2年 前 | 1 件の回答 | 0
1
回答質問
How can I obtain eigenvectors (or eigenfunctions) by inserting vector (fourier coefficients) into expansions?
I am trying to calculate eigenfunctions in an eigenvalue problem. I have vectors A and B, these are the coefficients of the four...
2年以上 前 | 1 件の回答 | 0
1
回答質問
I want to plot region for z numbers that satisfy D<10^-4.
How do I plot the region showing z=x+iy values that make the difference between a polynomial and an exponential function less th...
2年以上 前 | 1 件の回答 | 0
1
回答質問
three curve at different x values
I want to delete the blue curve after x=41.1. how can I do that? I would be glad if you help.
2年以上 前 | 1 件の回答 | 0
1
回答回答済み
Diagonal cross section of function z(x,y) for x=y
t = X-Y; er = 1e-10; mask = abs(t) < er; X2 = X(mask); Y2 = Y(mask); Z2 = V(mask); plot(X2,Y2,Z2) plot(X2,Z2)
Diagonal cross section of function z(x,y) for x=y
t = X-Y; er = 1e-10; mask = abs(t) < er; X2 = X(mask); Y2 = Y(mask); Z2 = V(mask); plot(X2,Y2,Z2) plot(X2,Z2)
3年弱 前 | 0
| 採用済み
質問
Diagonal cross section of function z(x,y) for x=y
I have a function as z(x,y) and I want to plot z(x,y) vs x=y. How can I plot it? Cross section of function z(x,y) for x=y I wi...
3年弱 前 | 3 件の回答 | 0
3
回答質問
legend font style, f and | are very close
In the lower legend f and | are very close, but in the upper one they are far. How can i set it?
3年以上 前 | 2 件の回答 | 0
2
回答質問
plot to specific iteration steps in while loop
Suppose that I have an iterative approach code with 50 steps in a while loop. What should I do to see and save the graph for a s...
3年以上 前 | 1 件の回答 | 0