질문


How to load multiple csv files and save them after converting into arff files?
Hello Friends, I have several csv files, all stored in path 'C:\Users\Name\Documents\MATLAB\*.csv'. I want to loop one by one...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


How to shrink each figure inside a subplot ?
Hello Friends, Suppose I have the following example: figure for ii = 1:5 subplot(1, 5, ii) plot(ii, sin(ii)...

대략 9년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to convert a .mat file into tab separated .txt file?
I found the answer to my own problem. I should have added 'newline','pc' in my command, i.e., dlmwrite('myFile.txt', myFile...

대략 9년 전 | 3

| 수락됨

질문


How to convert a .mat file into tab separated .txt file?
Hello Friends, I have a data matrix of real entries. I saved this matrix in MATLAB Workspace as .mat file. I want to conv...

대략 9년 전 | 답변 수: 3 | 0

3

답변

질문


How to convert a .mat file into a .csv file?
Hello Friends, I have a .mat file loaded in workspace. I want to convert it into .csv file. It has real entries. I used to co...

대략 9년 전 | 답변 수: 4 | 0

4

답변

질문


How to use a for loop for concatenated matrices. [counts, centers] = hist(X);
Hello Friends, I am trying to do the following: [counts1, centers1] = hist(X); [counts2, centers2] = hist(Y); %X and...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Print on screen output result of a nested for loop as a matrix form.
I have the following code: A = [1 1 3 2; 2 3 0 2; 3 1 0 2]; B = [1 3 5; 0 1 9; 10 2 0; 0 1 1]; [r, c] = size(A); ...

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

1

답변

답변 있음
Compute probability of each element in each column of a m x n matrix.
I found the solution of my own problem posted above. Though, thanks for your kind help. I will still appreciate different ways t...

9년 초과 전 | 1

| 수락됨

질문


Compute probability of each element in each column of a m x n matrix.
Hello Friends, I have a m x n matrix. I want to compute the probability of each element occurring in a column. I want to ...

9년 초과 전 | 답변 수: 3 | 1

3

답변

질문


histogram with a specified x-axis limit and bin position
Hello Friends, I have a matrix of a _m x n_ size. I want to specify the bin size/width, i.e., something like this: _bin ...

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

2

답변