Réponse apportée
How to plot a matrix neglecting first two points?
plot(x(3:end), y(3:end))

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
Min to Max in MatLab
v1 = sort(v1)

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
Creating unknown-dimension array while executing
As you probably know, to create an array where you know the number of elements, you can use X = zeros(1,N); That's prefe...

plus de 8 ans il y a | 0

Réponse apportée
How to load data from and .txt file?
To read a tab delimited ascii file while skipping the first row, try: data = dlmread('Spill.txt','\t',1,0);

plus de 8 ans il y a | 0

Réponse apportée
How to do interpolation function to subtract 2 arrays
You have two sets of (x,y) coordinates that represent the beam paths. Now if they two sets shared the same x coordinates, findin...

plus de 8 ans il y a | 1

| A accepté

Réponse apportée
Please find the fault in the mentioned code
Please format it so that it's easier to read.

plus de 8 ans il y a | 0

Réponse apportée
How to set period (t=0 becomes t=-4)
might depend on what and how you're plotting. For the simplest case you can just do this... t = 0:100; data = somefu...

plus de 8 ans il y a | 0

Réponse apportée
App Designer's editor is slow and gets stuck alot
I recently started using App Designer myself. This is the first time it's been included with a normal installation, so yes,...

plus de 8 ans il y a | 1

Réponse apportée
FIR Bandpass question about order and sampling rate
When designing your filter, the sampling rate should be set to the sampling rate that you took the data with, in your case 1000H...

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
Start out with a signal 256 pixels long and interpolate this directly using the Fourier transform into a signal which has 1024 points
Not exactly sure what you're doing. But I think you should look up something called Nyquist Upsampling. The method is you ta...

plus de 8 ans il y a | 0

Question


having an issue in App Designer clearing plots
In the application I'm developing, and I'd like to make it so that the data that is plotted will be based on which checkboxes ar...

plus de 8 ans il y a | 1 réponse | 0

1

réponse