Pregunta


Plotting multiple graph in same graph
I am trying to plot all the graphs of each txt file in one graph. I am using this code but it is plotting them separately. Here ...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Running some commands in the Command prompt automatically
Is there any way to run some command automatically in the command prompt like "sudo apt-get install ...." every time i run my MA...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can i ignore characters while reading a numeric txt file?
I got multiple multicolumn txt files. Where there are some charachters(the character is "NA"). How can i avoid them while readin...

casi 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can i generate a function using this points?
If i got x=[1,3,8,25,45,23]; and y=[25,24,13,69,25,75];

casi 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


After importing multiple multicolumn txt files using "dlmread" function. Now i have 10 txt files each contains 12 columns, How can i go through all those 10 txt files and plot graphs for all subsequent 2 columns iteratively..
for k = 1:length(theFiles) baseFileName = theFiles(k).name; fullFileName = fullfile(myFolder, baseFileName); fpri...

casi 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I generated some plots using this code, but couldn't not be able to save them in a specific folder. How can i save them in a specific folder?
%Preparing for Plotting %figure(); c = 0; for j = 1: 2 : size(READ,2) figure(); c =...

casi 6 años hace | 1 respuesta | 0

1

respuesta