질문


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 ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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];

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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 =...

5년 초과 전 | 답변 수: 1 | 0

1

답변