Question


I have two figure in my output result but I want to show both figure in a single figure, How can I ?
I have two figure in my output result but I want to show both figure in a single figure, How can I ? figure; figure; in o...

10 years ago | 3 answers | 0

3

answers

Question


Plotting Issue with the specific type of plot having both axis, several legend type and value in output?
<<http://s23.postimg.org/48lklixff/Untitled.png>> want to make my plot something like this having line at maximum and minimum...

10 years ago | 1 answer | 0

1

answer

Question


Plot the line and give maximum value of y and x at which y is maximum?
<<http://s22.postimg.org/ykxks16e9/untitled.jpg>> In this I want to put a line passes through maximum value of y and x axis...

10 years ago | 1 answer | 0

1

answer

Question


A line at maximum value of y ?
<<http://s11.postimg.org/4ffpwjbr7/image.jpg>> want to draw a line at maximum of yth value that will give at what value of ...

10 years ago | 1 answer | 0

1

answer

Question


with the plot is there possible to write name ?
<<http://s11.postimg.org/4ffpwjbr7/image.jpg>> In this plot there are several y values from different files, I want to give...

10 years ago | 1 answer | 0

1

answer

Question


Load command for giving input from text file?
**** ASCII File [Tue Aug 06 11:44:56 2013] Column 1: X Axis Column 2: Y 2.079480 0.967031 2.080320 0.96697...

10 years ago | 2 answers | 0

2

answers

Question


How can I give input to function?
function u=heat(nx,hx,nt,ht,init,lowb,hib,K) % Solves parabolic equ'n. % e.g. heat flow equation. % Example call:...

10 years ago | 1 answer | 0

1

answer

Question


From where I can get fieldnames.m?
I am running sameaxis.m getting error something like fieldnames for input arguments of type cell.

10 years ago | 2 answers | 0

2

answers

Question


what will be code for finding value of y1,y2,yy1,yy2 for x= 2.08,2.085 exactly from arbitrary data set given as?
what will be value of y1,y2,yy1,yy2 for x= 2.08,2.085 exactly from arbitrary data set given as? x=[2.07948 2.08032 ...

10 years ago | 1 answer | 0

1

answer

Question


Plotting Issue? Conversion of one type of plot to other?
There is one plot like this <<http://s7.postimg.org/6mnes6rnv/image.jpg>> want to convert like <<http://s18.postimg.o...

10 years ago | 1 answer | 0

1

answer

Question


How can I insert jpg image in question?
How can I insert jpg image in question?

10 years ago | 1 answer | 0

1

answer

Question


Plotting of curve with same x value but shifting in scale of value and shifting will be right side only and represent same y value for both y1, y2?
Plotting of curve with same x value but shifting in scale of y value and shifting will be right side only? There are 3 columns...

10 years ago | 0 answers | 0

0

answers

Question


plotting as it is x- axis for first column and y axis for two part one y for second column and above that third column y value? (mean one y and then above that other value for clear visualization in plot)
0.395100 0.282257 0.767033 0.397100 0.296553 0.768326 0.399100 0.311245 0.769771 0.401100 0.327707 0.771041 ...

10 years ago | 3 answers | 0

3

answers

Question


Giving input x from different matrix?
For computation of area the value of y1,y2 and y3 are coming from three different same dimension matrix and so I want to compute...

11 years ago | 0 answers | 0

0

answers

Question


Loading a excel file in which I want to take only A, C not B and D, how can I improve?
filename = 'myExample.xlsx'; sheet = 1; header_xlRange = 'A:D'; [headers_nums, header_text] = xlsread(filename, sheet...

11 years ago | 1 answer | 0

1

answer

Question


Rasterize (z)point data when latitude and longitude are given?
rasterize (z)point data when latitude and longitude are given? I want to rasterize point data in text file having lat. long. an...

11 years ago | 0 answers | 0

0

answers

Question


Code for finding extrapolated value when two point are given?
there are two point A (x1,y1)and B(x2,y2) given trying to extrapolate at third point c(x3,y3). I am knowing the value of A(x1,y...

11 years ago | 2 answers | 0

2

answers

Question


code for computing area by varying the value of y in matrix?
For computation of area the value of y1,y2 and y3 are coming from three different same dimension matrix and so I want to compu...

11 years ago | 1 answer | 0

1

answer

Question


How can I load .tab file with header in MATLAB ?
There is excel file in .tab format of size approximately 300MB, opening in excel using delimited data type after pressing next g...

11 years ago | 1 answer | 0

1

answer

Question


To find intersection point of two lines?
x1=7.8; x2=8.5; y1=0.96; y2=0.94; p1 = polyfit([x1 x2], [y1 y2], 2); b1= polyval(p1,1);...

11 years ago | 1 answer | 0

1

answer

Question


To find intersection point of two lines ?
x1=7.8; x2=8.5; y1=0.96; y2=0.94; p1 = polyfit([x1 x2], [y1 y2], 2); b1= polyval(p1,...

11 years ago | 2 answers | 0

2

answers

Question


to find area of parabola?
parabola going from three point (7.8 0.96), (8.25 0.99), (8.55 0.94), how can I compute area under the parabola? x=[7.8 8.2...

11 years ago | 1 answer | 0

1

answer

Question


to find co-cordinate of Intersection point of line?
x=[7.8 8.25 8.5]; y=[0.96 0.99 0.94]; p=polyfit(x,y,2); f=polyval(p,x); plot(x,y,'o',x,f,'-'); hold on; ...

11 years ago | 1 answer | 0

1

answer

Question


to find cosine fit and residual ?
I have this data as X data column 1. [624.0397 743.4188 641.3096 764.2928 698.1912 832.8933 799.6397 767.3729 735.1792...

11 years ago | 1 answer | 0

1

answer

Question


code for finding band depth of a parabola which is going from three points (7.8 0.96), (8.25 0.99) and (8.55 0.94)?
how can I write code for finding band depth of a parabola which is going from three points (7.8 0.96), (8.25 0.99) and (8.55 0.9...

11 years ago | 1 answer | 0

1

answer

Question


How can I code for cosine fit ?
How can I write code for smooth cosine fit for given data and find residual ?

11 years ago | 1 answer | 0

1

answer

Question


How can I write code for zero mean and scaling for a matrix of m*n dimension?
I am having matrix of dimension m*n and want to compute zero mean of that matrix and then scaled to it for providing a error val...

11 years ago | 1 answer | 0

1

answer