Anitha Limann
Followers: 0 Following: 0
統計
All
Feeds
質問
plot strain ellipse and principal stress axes using eigenvalues and eigevectors.
Hello, I am trying to plot strain ellipses and principle stress axes (longest and shortest axes of the ellipse) on a grid (x_ne...
約1年 前 | 1 件の回答 | 0
1
回答質問
plot earthquake locations data on a geotiff file
Hello, I want to plot locations of earthquakes on a base map. I do have a geotiff file that i can use to create a base map but...
約1年 前 | 1 件の回答 | 0
1
回答解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
約1年 前
質問
steady state 2D Poisson's equation - boundary conditions
Hello, I am trying to solve steady state 2D Poisson's equation for a two spreading ridges problem. I have introduced boundary ...
1年以上 前 | 0 件の回答 | 0
0
回答質問
How to define an area with 1s to use 'areamat' function
Hello, I am planning to use areamat function to calculate total area of african continent. I have set of lat lon data (set of ...
約2年 前 | 0 件の回答 | 0
0
回答質問
Calculate area of inside polygon using inpolygon
Hello, I have latitude and longitude data to plot coastal line of north america and then continent margin. As you can imagine t...
約2年 前 | 2 件の回答 | 0
2
回答質問
find the corresponding x and y coordinates
Hello, Can some one help me find the "i" th value inside a [x,y] grid and get the coordinations of that? Eg: x are l...
2年以上 前 | 1 件の回答 | 0
1
回答質問
How to Plot data groups with different colors?
I have latitude, longitude and depth data. which I plotted them as below; These depth data range between 0 -1000km. I want ea...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Grid search and grid plot with colours
Hello, I would like to do a grid search by assining zeros to each grid point first. And then I would like to calculate required...
約3年 前 | 1 件の回答 | 0
1
回答質問
Write a loop to plot a model graph
Hello, I wrote this code build a model to find the velocities. The observed data are plotted in blue and model is in red aster...
約3年 前 | 1 件の回答 | 0
1
回答回答済み
Could someone please explain me this code?
That is very true! This is written by you. You had comments there but i was quite confused with the for loop here. and why we h...
Could someone please explain me this code?
That is very true! This is written by you. You had comments there but i was quite confused with the for loop here. and why we h...
約3年 前 | 0
質問
Could someone please explain me this code?
x = linspace(min([x1,x2],[],2), max([x1,x2],[],2)) y1 = interp1(x1, y1, x, 'pchip','extrap') y2 = interp1(x2, y2, x, 'pchip',...
約3年 前 | 2 件の回答 | 0
2
回答質問
how to write a loop that finds the best fit value for each given input pair and plot all the resulted points?
Hello, I have t and vl observed data that i plotted first and then find the theoritical points and plot them in the same gr...
約3年 前 | 1 件の回答 | 0
1
回答質問
how to mark and print the intersecting coordinates of two lines
I have x1,y1 and x2, y2 data sets that give me two lines graphs. I want to find the intersecting point of these two lines and...
約3年 前 | 1 件の回答 | 0
1
回答質問
How to draw all three plots on the same graph to get the exact graph given in the image?
Hi I am using this code to generate clamped splines for three data sets. % no 27 x=[1 2 5 6 7 8 10 13 17]'; y=[3.0 3.7 3.9 4...
約3年 前 | 1 件の回答 | 0