Pregunta


file manipulation
I'd like to split a directory with 100 files in it into 10 directories with 10 files each.

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


for loop
i'd like to create 10 folders, named folder_1, folder_2....folder_10. Please help me fix the syntax. for i=1:10 mkdir ('fo...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


function call
To tell my function to perform it's operations on files in a directory Function('directory') is the command for that. how do I t...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Memory usage monitor
Is there a way to monitor memory usage of matlab real time while a function is running?

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


executing a function in multiple directories
I have a function which i would like to execute in multiple directories. Because it takes a long time to finish executing in eac...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


check for a word
I need to check if the current folder name contains words: YES or DYES. such that: if it contains YES: a=1 if it contains ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plot Title Problem
My code title(filename); where filename is a variable such as Plot_Dot I would like the title to be exactly "Plot_Dot" ...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


data extract
I have data in a single column in the following format: 123456-123456.123.abcde I would like to extract 123456 between - a...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Moving a folder
I'd like to move a folder one directory down. DataFolder is a variable that contains the actual name of the folder. The problem...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Function
I'd like to be able to apply this function loads,plots and saves figure data from a text file, to every file in a directory, suc...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


save figure
How do I save this figure and supress so that the figure isn't actually shown? data=load('data.txt') plot(x)

más de 12 años hace | 1 respuesta | 1

1

respuesta

Pregunta


execute a function in several directories
how do I execute scritp.m function in different directories without having to navigate to each individual directory and run the ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Create and name a directory
Hi I want to create a subfolder in some folder and name that subfoder as data-"name of the folder". So if folder name is INFO...

más de 12 años hace | 3 respuestas | 1

3

respuestas

Pregunta


moving files sysntax
I would like to move files that start with data- to a folder called data that is in the same directory as the files: mkdir ('...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


binary files to text
I'm having a hard time grasping how to deal with binary files. I need to convert and manipulate in .txt. Can someone suggest a ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


notation
what does () mean in the line below? x=somefunction()

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


job timer
I'm doing some reading and manipulation of a very large text file and this takes alot of time. Is there a way to have a status b...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


storing filenames from directory
I would like to store filenames from a directory in a matrix. Filenames are of the following format: 11_1200.12.X 11_1201...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


load text file
I have a text file that is too large to load with the file=load'file.txt' command. it's basically many rows of numbers where eac...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


nested for loop
This code gives me 6 subplots like I need, howerver, what I'd like to do is for each subplot i'd like the X to switch trhough ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


change of variable
I asked this question before but I missed an important point: I would like to be able to Change 'X7' . I don't want to Do any...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


toolbox fft
Hello, Is there a matlab toolbox with a gui that makes it easy to do FFT or other frequency analysis of sampled data?

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


change variable name
I would like to be able to Change 'X7' to anything else in psdest and title. So for instance instead of manually chaning it in b...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


PSD units conversion
I would like to have units of V/RootHz on the Y axis. I can get Volts by removing 10*log10 from code blow, but how do I get /roo...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


PSD question
What are the units of the Y axis of this code? I think it's dB/Hz but I'm not sure. fs=2000; Hs=spectrum.periodogram; % Use d...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


fft with frequency axis on log scale
Hello, I have a sampled signal and I'd like to take it's fft with the x axis on log scale. Also, is there anything wrong with th...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Time vector
I have 1000 data points and know that they were opbtained with 1Hz sampling. I also have begining time: Begining time = 12:00:0...

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


New line inside for loop
Hi, I have a large matrix, and what I want to do is pick out first 3 elements of each row, transpose and stack on top of each ot...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


import some data from a text file
Hi, I have a text file with space separated numbers that I need to import into Matlab to do some processing on. Can not use the ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Reading data into matlab
Hi, I have a text file with space separated numbers that I need to import into Matlab to do some processing on. Can not use the ...

más de 12 años hace | 1 respuesta | 0

1

respuesta