Feeds
提问
when i open matlab the command window and work spaces are appears as different screens. later it was in a single window(half-half),please help me to recover the initial state....
command window and workspace are now two different pages. i want to make both them in single window,
10 years 前 | 0 个回答 | 0
0
个回答提问
how can i done curve fitting (cftool) on this attached graph..?. when i use this the y axis get upside down.
when i do the cftool the yaxis get reverse. i want to fit the curve as shown in the graph. its y-max at the lower part and y-min...
10 years 前 | 0 个回答 | 0
0
个回答提问
i plotted a graph, & i have reversed its Y-axis. when i do curve fitting(cftool),i gave x & y values but the y axis get upside down. how can i fit the graph as i desired.(attached graph)
i plotted a graph, for the proper understanding i reversed the y_axis, but i can't fit the graph, during fitting the y-axis appe...
10 years 前 | 0 个回答 | 0
0
个回答提问
i have two matrix datas,how can i check is there any relation between these two datas, if there is a relation i want to get which type relation is this(linear, quadratic,cubic...etc)
i have two data sets,i want to find out their relationship, can i get the relation as an equation..?
10 years 前 | 1 个回答 | 0
1
个回答提问
how can i increase the amplitude of this graph?
the amplitude of this graph is very small, so it is difficult to understand ,i want to increase its amplitude
10 years 前 | 0 个回答 | 0
0
个回答提问
i have done a curve fitting, fitted data table contain 4 columns xi,Lower f(xi),xi,and upper f(xi). what does it mean..? which column is the actually fitted data..?
after curve fittingin the "Analysis" table there are 3 columns confusing me..,Lower f(xi),xi,and upper f(xi).
10 years 前 | 0 个回答 | 0
0
个回答提问
can i import more than one file at a time?
ihave to import 10 files, now i'm importing one after the other,is there any way to import all these file simultaneously...
10 years 前 | 1 个回答 | 0
1
个回答提问
i plotted two graphs just one above the other using "hold all' ,can i shade the region between these two graph and remaining lower region..?
i plotted age & depth ,two graph of varying depth but same age, the graph appers one above other with a space , i want to shade ...
10 years 前 | 1 个回答 | 0
1
个回答提问
how can i plot two graph in single one without subplot?
i have data of two profile, i want to plot age & depth of these profile x & y axis are nearly equal for both profile.
10 years 前 | 1 个回答 | 0
1
个回答提问
i have 729 data points within a particular range of lat &long. how can i reduce this to 150 without changing the range of lat&long..?
i want to make this data equal size with another so that i have to reduce the size. but donot change the range. eg:10,9,8,7,6,...
10 years 前 | 2 个回答 | 0
2
个回答提问
i hav done a curve fitting on a data,now i want to get the data points along the newly fitted curve,how?
curve fitting gives a satisfied plot, now i want to get that fitted data
10 years 前 | 1 个回答 | 0
1
个回答提问
i plotted a double axis graph, but i don't need the second plot,only the axis. can you correct it..?
x1=prof_N(:,1); y1=prof_1(:,2); x2=prof_1(:,1); y2=prof_1(:,2); hl1 = line(x1,y1,'Color','r'); ax1 = gca; set(ax1,'...
10 years 前 | 0 个回答 | 0
0
个回答提问
how can i plot 3 parameters in asingle graph(as shown in the picture)..two of them along x&y axis and one parallel to x-axis?
plot distance depth &age in a 2D graph <</matlabcentral/answers/uploaded_files/8808/graph.png>>
10 years 前 | 1 个回答 | 0
1
个回答提问
how can i increase the amplitude of the graph plot along yaxis with out changing x-axis?
i plotted 8 graphs in single one so the amplitude is small,i want to increase it..
10 years 前 | 1 个回答 | 0
1
个回答提问
i plotted 8 graphs in single one,so its amplitude is verysmall,how can i increase the amplitude(Y-axis) with out changing X-axis?
increase amplitude of the graph plot along Y axis with out changing X-axis
10 years 前 | 0 个回答 | 0
0
个回答提问
i have two datasets of depth and age of ocean floor within a range for both age &depth,but the number of age and depth values are not equal,so ican't plot it, pls give me a solution..?
the number of depth & age data points in a particular range of latitude and longitude(same range for both age &depth) is differe...
11 years 前 | 0 个回答 | 0
0
个回答提问
i plotted 7 graphs in single one,but the amplitude of the plots are very small(attaching a model), how can i increase the amplitude without changing X-axis..?
increase the amplitude of the graph with out changing X-axis
11 years 前 | 0 个回答 | 0
0
个回答提问
how can i plot graph one above another with same X-axis and changing Y-axis(attaching a rough model i need)
i want to plot one above another. X-axis scale is constant, but Y-axis changing..
11 years 前 | 1 个回答 | 0
1
个回答提问
i plotted a graph its X-axis ranging from 0-1800 with a spacing of 200. how can i change the interval to 50 with same range(0-1800)
axis setting
11 years 前 | 2 个回答 | 0
2
个回答提问
i have 2 column of data latitude & longitude. how can i get the distance from a point(Lat-1,long-1) to all other points?
the distance should be a column or row matrix. it should give initial distance Zero. lat long 5 55 6 60 7 ...
11 years 前 | 1 个回答 | 0
1
个回答提问
i have 3 column of data lat ,long &depth. how can i select depth within a range of lat& long?
lat long depth 3 column of data.
11 years 前 | 1 个回答 | 0
1
个回答提问
i wrote a scipt to findout the points satisfying the Equation of a straight line in two-points form (two points are known). i have 3 column of data lat,long depth
i want to get lat&long satisfying the equation and corresponding depth. s=[]; x=D(1:end,1); y=D(1:end,2); z=D(1:end,3); x1=...
11 years 前 | 0 个回答 | 0
0
个回答提问
this program taking a long time to run and i did't get the answer also due to this problem. how can i reduce this time
my data contain 1182614X3 datas, s=[]; x=data(1:end,1); y=data(1:end,2); z=data(1:end,3); x1=5; x2=9; y1=10; y2=14; z1...
11 years 前 | 1 个回答 | 0
1
个回答提问
how to increase the a column matrix of 780 elements in to 780X780 matrix withthe same elements..??
i have a column matrix of 780 elements, but i want to increase it in to 780X780 size,but its columns should be the repetition of...
11 years 前 | 1 个回答 | 0
1
个回答提问
can you give me a progrm, that the data points select on the basis of the condition that it satisfy aparticular slope and intercept of a straight line.?
my data has 3 columns latitude,longitude,depth. size is too large, i want to select my profile as a straight line its starting &...
11 years 前 | 0 个回答 | 0