Answered
How to ignore specific parts of a plot ??
Given the mesh I see in your picture, the following works becuase your elements are not distorted and your edges are very close ...

bijna 11 jaar ago | 2

| accepted

Answered
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...

bijna 11 jaar ago | 1

Question


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...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 11 jaar ago | 3 answers | 1

3

answers

Question


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...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


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...

ongeveer 11 jaar ago | 4 answers | 0

4

answers

Question


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...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Answered
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 % ...

bijna 12 jaar ago | 0

Answered
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...

bijna 12 jaar ago | 0

Question


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 ...

bijna 12 jaar ago | 3 answers | 1

3

answers

Answered
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...

bijna 13 jaar ago | 1

| accepted

Question


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. ...

bijna 13 jaar ago | 3 answers | 0

3

answers