
Alexandra Roxana
Content Feed
質問
Different tick values on same axis
I want to use xticks using different steps. From a to a+g the step dxs, from a+g to b-g the step dxf and from b-g to b again the...
約1ヶ月 前 | 2 件の回答 | 0
2
回答質問
How can I smooth a surf with many spikes?
I'm having problems to smooth a surf for a FEM program. Any help would be much appreciated. I'm leaving the code below: functio...
3ヶ月 前 | 2 件の回答 | 0
2
回答質問
How to smooth surf?
I'm having a surface plot with many spikes. I was wondering what I can do to smooth it. interp2 might be a solution, I guess, bu...
3ヶ月 前 | 1 件の回答 | 0
1
回答質問
Putting measurement unit and origin in plot
On the mesh grid, I would like on the x-axis in the far right end below the last value to put x1 and also the measurement unit, ...
4ヶ月 前 | 1 件の回答 | 0
1
回答質問
Change axis color on parts of the mesh
I would like this plot to have 2 colors on the same surface, meaning: blue between the x values of 1 and 2 and then between 9 an...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
Subscripted assignment dimension mismatch error
I'm having this error and unfortunately I can't seem to see what's wrong in it. Here are the dimension of the variables: ki=150...
1年以上 前 | 1 件の回答 | 0
1
回答回答済み
"Data dimensions must agree" Error
Hello! I'm having the same problem. I want to plot the results from the following code: clc clear all alpha = 2; L=50; dx =...
"Data dimensions must agree" Error
Hello! I'm having the same problem. I want to plot the results from the following code: clc clear all alpha = 2; L=50; dx =...
1年以上 前 | 0
回答済み
Why do I get the error 'Subscript indices must either be real positive integers or logicals. ' ?
Hello, I'm trying to solve the heat equation in 2D using the finite difference method. I've also changed k=0 to k=1 and u(k+1)...
Why do I get the error 'Subscript indices must either be real positive integers or logicals. ' ?
Hello, I'm trying to solve the heat equation in 2D using the finite difference method. I've also changed k=0 to k=1 and u(k+1)...
1年以上 前 | 0