質問


How to delete some items in matlab plot
I have a plot and I want to delete some items from the legend. Is there anyway to do this in the plot editor ? thanks

約11年 前 | 2 件の回答 | 0

2

回答

質問


I have encountered Error in scatterplot
When I tried to scatterplot(x,y) '' Operands to the || and && operators must be convertible to logical scalar values....

約11年 前 | 1 件の回答 | 0

1

回答

質問


How can I do this expression
I have two variables 'u' and 's' which are functions of time. I want to plot these variables for the time range of time>=0 and ...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how can I assign values to time series data
I have time series data which contains 2000 data points which is given as , S(t)= 2.5e-02t^6-5.8e-03t^5 . The function has peak...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


How can I replicate this matrix
I have F= 20x12 matrix and I want to get F2 =62x12 matrix in such away that The each element of F(20X12)is replicated by 3 an...

11年以上 前 | 3 件の回答 | 0

3

回答

質問


How can I replicate matrix
I have p(x) which has 25 values. I want 640 values in such away that each of p(x)'s are replicated 25 times and the remaining 1...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I assign values to an equation?
I have equation of the form y(x)= gg.*M(x) / (k(x)-gg.L(x)); The thing is gg is number and varies with 'x' in such a way...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


how to merge two matrices
I have two matrices with a= 20x6 and b=20x3 how can I merge them as 20x9. thanks.

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Extracting data from matlab struct
I have a data structure vector "A" = <1x24struct> that is 24sets long of these variable six fields: br: 38.6890 br1: ...

11年以上 前 | 1 件の回答 | 1

1

回答

質問


how can I do Iteration in matlab
I have an equation of the form a(x) + x.da/dx = 2x , x= 1:1:12 f(x) is known and has different values for different x. M...

11年以上 前 | 2 件の回答 | 0

2

回答

質問


Iteration in matlab function
I have an equation of the form a(x) + x.da/dx = g , x = 1:1:12 g is known and has different values for different x. My q...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


Robust regression in matlab
I did robust regression in matlab. The thing is I can't display the correlation coefficient in my graph as (R^2 = ??). Can you h...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


Fitting line through data points
I want to fit the three intermediate series data seriesI have so that I will have long time series data. Each of the data cont...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


Fitting function using three data series
I want to fit the three intermediate series data seriesI have so that I will have long time series data. Each of the data cont...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


plotting coordinates and fitting
I have 3 coordinates which are (12,0.6},(50,0.8) and (145,0.4) and i have x values that range from 1 to 500 and I want to fit y ...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How to add another file into matlab folder
I have a matlablab fle which is located in the current matlab folder . The file name is Neap20_qsstruc and when opened in work ...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


how can I change series of data into time series data
I have data series that ranges from 7.334894375000000e+05 to 7.340144791666666e+05 which comprises 24273 data. The data cove...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How to avoid decreasing in length of file
I have been doing some manipulation in the for loop. I have constantly found that the calculation only works for some of the len...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


I want to interpolate within a matrix but can't do it.
I have a matrix of SS(20x40x26) which contains values of (velocity) which are position based on depth(20 normal depths) width(40...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


I want to interpolate from matrix
I have Sca1l(20,40,26) matrix which contains files on the respective axes. I want to find the value of Scall for a single point...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How Can I replicate matrix in a loop ?
Here is a code in which I tried to replicate(create) x(jj)'s which contains numbers from 1 to 26 each contain one value and wha...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I plot a single graph that is generated from a file that contains various subfiles?
I want to plot (u vs time) for each i's in a single graph together.The problem is, how can I give separate color, line type for ...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I plot a single graph from a file that contains sub files?
datafiles = dir('datarus*_qsStruc.mat'); for ii = 1:length(datafiles) load(datafiles(ii).name) load(dataf...

11年以上 前 | 1 件の回答 | 0

1

回答