
Sateesh Kandukuri
Statistiken
RANG
65.561
of 279.930
REPUTATION
0
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 18.776
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 128.742
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Frage
How to get a smooth plot by filtering the sudden variation of the data?
I calculated the numerical derivative of my data as a function of time to get the speed. I got a noisy curve. Then I took the Fo...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
How to set the same grid size of the axis for different plots?
Using imagesc function, I plotted the data for different sets of vaues. For the first plot, the x-axis limits are [-40 12] and f...
4 Monate vor | 1 Antwort | 0
1
AntwortHow to remove DC component in FFT?
Dear @Image Analyst, the behaviour of my system is asymmetrical to the excitation fields. Is it possible to modify this be...
5 Monate vor | 0
Frage
How to read files in ascending order based on the maximum value of the file from subfolders?
I have table.txt files in the subfolders of a directory. First I want to find the maximum value of a particular coulmn of the ta...
6 Monate vor | 1 Antwort | 0
1
AntwortFrage
Unable to process the data of a text file from a series of subfolders to get the required image.
I am trying to plot a power spectral density map from FFT calculations. I can read all tables from a series of folders. But I f...
6 Monate vor | 0 Antworten | 0
0
AntwortenFrage
How to read a table.txt from series of folders?
Could you please help me to read the data from a table.txt in a series of subfolders from a directory? clear; folderList = dir...
7 Monate vor | 1 Antwort | 0
1
AntwortFrage
How to save all the images generated from the for loop?
for i=1:length(fileList) a=importdata(fileList(i).name); avec=a; avec(:,1:3)=[]; proj(:,1)=avec(:,1) pr...
8 Monate vor | 1 Antwort | 0
1
AntwortFrage
How to read all .csv files from a folder in an order?
My programme is not reading the files in a proper order. The order of the files is sky_0, sky_1, sky_2,... sky_2001. But it is ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Brace indexing is not supported for variables of this type.
I am getting the following error for the attached code. Error in Readfiles (line 8) data = readmatrix(fnames{idx}); Could...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Dot indexing is not supported for variables of this type.
Error in ferroskyrPos (line 36) M=A.data;
mehr als 2 Jahre vor | 1 Antwort | 0