Statistik
60 Fragen
0 Antworten
RANG
5.829
of 295.467
REPUTATION
8
BEITRÄGE
60 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
65.0%
ERHALTENE STIMMEN
7
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Feeds
Frage
textscan question skip lines
I'm using textscan to import a non rectangular data text file. I'm having an issue skipping lines. The file has 10 rows at...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
use part of file name
I have a directory with files in following format AAA_100_0.dat, AAA_100_1.dat, AAA_100_2.dat, and so on Id like to b...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
variable name
i'd like to create a variable name from a variable x and a field of a struct file.name how would I do that?
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
sorting one field of struct
files=dir('*.dat'); i want to sort files.name of the files struct by file name
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
files with specific extension
how do i find all files in a directory with a specific extension?
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
rename a variable
in my workspace i have an array that is named 'data' and I have a name field with some filename = 'filename' I would like to ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
matrix concatenation
I need to create a text file with 3 columns. first two columns are of the same size, 100. The 3rd column just has one number in ...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
export x and y data from a matlab plot into a matrix
how do I extract the x y data from a matlab figure? Thank you.
fast 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How can I skip lines when loading a text file?
Is there a way to use |load| to load a text file but skip a few lines which contain headers and other info and just load numeric...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
real time decimating
I'd like to build a filter/downsampler that would operate real time as data is pulled into matlab. Asking for some pinters. Than...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
binary into matlab workspace
I have a large number of bin files that I'm converting and importing the data into the matlab workspace into variable X for proc...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
downsample
is there a matlab command that will filter and downsample data?
etwa 13 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
plot
i have a column of data that has 100 points I also have a time column which only has 10 points basically data was sampled at 1...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plot
i have a column of data that has 100 points I also have a time column which only has 10 points basically data was sampled at 1...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Engineering notation
How can I get the data on Y axis of a plot to show up in engineering notation?
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
sqrt in figure label
how would i place a square root sign inside a figure axis label? someting like square root of X
etwa 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Power Spectral Density Plot
I would like to have the Y axis units of the Power spectral densty plot show up as V/sqrt(Hz). The default way that they show up...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
spectrogram x axis logarithmic
what is the easiest way to programatically make the x axis of a spectrogram plot logarithmic?
etwa 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
file name recognition
I have a directory wich can containn files.A XOR files.B I need to write code to dell if the extension is A or B and based o...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
plot title
I have a plot title that pulls text data out of a struct, text is AB-1, AC-2 .... [title]=structure(i),name; .... title...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
execution order
What is the easiest way to control execution order of your code? i have a function that creates an array of numbers and then I ...
etwa 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
conversion
i have a struct loaded and one of it's fields contains names such that struct(1).name contains "First" struct(2).name containis ...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
function call
my function calculate needs to have a directory specified to work. and it won't work if I use "pwd". it only works if I specify...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
for loop
in for loop, what is the best way to skip some values of the index variable? for i=1:10; do something; end but skip i=4,6,9
etwa 13 Jahre vor | 4 Antworten | 1
4
AntwortenFrage
function
My code pulls some data out of binary files and puts this data into an Array. When the code is done running I can see this Array...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
workspace variable
My program stores data in a workspace variable. The variable is visible only when the program is done running. I was wondering i...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
writing to an array
I have some code that writes data in a column to a file. Instead of writing this to a file, I'd like to write to an Array A and ...
etwa 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
size of directory
is there a command that gives size of a given directory?
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
delete files
How would I delete all files containing word "DIN" that are located in several subfolders of a directory?
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Frequency analysis
I have several sets of data on which I need to perform frequency analysis and compare the sets. What is the best way to perform ...
etwa 13 Jahre vor | 0 Antworten | 0