已回答
How to ignore specific parts of a plot ??
Can you post the data that made this plot? My hunch is the main issue is TriScatteredInterp used Delaunay triangulation of yo...

10 years 前 | 1

提问


MATLAB, Julia Language, and QR Decomposition
I was trying to calculate so coefficients for a Savitsky Golay filter. MATLAB told me I was out of memory and would not solve t...

10 years 前 | 1 个回答 | 0

1

个回答

提问


System Identification of Closed Loop Data and Unstable Plant
I ran an experiment with the following block diagram <</matlabcentral/answers/uploaded_files/14194/Clipboard02.png>> I h...

10 years 前 | 3 个回答 | 1

3

个回答

提问


Partition Domain Given Data of the Form w = f(x,y,z)
I have 4 vectors of size 1 x 15e8. The data is of the form w = f(x,y,z) I want to break the domain of x,y,z into cells or...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Finding Consecutive True Values in a Vector
I want to sum consecutive 1 values given a logical input vector. An example of input and output is below. Notice that the outp...

11 years 前 | 4 个回答 | 0

4

个回答

提问


Why does MATLAB add the MATLABROOT\bin directory to my path?
When MATLAB installs, it always add its "bin" directory to my path. Why? Example: The end of my path has "C:\MathWorks\MAT...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do I plot one timeseries vs another from the command line?
I have two timeseries. I want to plot them vs each other in an XY plot. Is this possible to do this like in the tstool "XY Plo...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Why does tab complete not work for user written functions that except filenames?
Why does tab complete not work for user written functions that except filenames? function testFunction(file) di...

11 years 前 | 2 个回答 | 0

2

个回答

已回答
While loop for the elements of an array
See the lines below. This will work. a=[1 1 1 1 1 1 1 10 1 1 1 1 1 1 12 1 1 1 1 3]; i = 1; enas=0; while a(i)==1 % ...

11 years 前 | 0

已回答
detecting Excel files without Excel extension
I wrote a function that uses the Excel ActiveX server. It is still slow like MATLAB's xlsfinfo. However, it gains a little spe...

11 years 前 | 0

提问


detecting Excel files without Excel extension
I need to be able to identify an Excel file without using xlsfinfo. It is a VERY slow function. Without it, my algorithm runs ...

11 years 前 | 3 个回答 | 1

3

个回答

已回答
Using Rainflow Counting Algorithm
I think the help file is reasonable explaining what to do. Open index.html and follow the directions. Also, open the demos and...

12 years 前 | 1

| 已接受

提问


How do I count cycles of a periodic signal that contains noise?
I have a periodic signals that contains noise as shown below in graph 1 and 2. Graph 1 has 3 periods. Graph 2 has 5 periods. ...

12 years 前 | 3 个回答 | 0

3

个回答