Réponse apportée
What is the difference between [R,~]=size(M) and r0=Size(M,1)
the output of the first one is 2 numbers, each number representing the size of the dimension, and the output of the second one w...

presque 6 ans il y a | 0

Réponse apportée
Very large Matlab data file (q-table)
1- First question: I'm not sure, but I do think yes it's possible because 1 GB is not a big file compared to other files generat...

presque 6 ans il y a | 0

| A accepté

Réponse apportée
Dealing with large matrices in compressive sensing
u need to store your matrices in a .mat file, then call that .mat file using function called matfile, this function access and c...

presque 6 ans il y a | 0

Réponse apportée
Exporting figures from Live Script
i haven't tried it before but you may take a look on these links it may help: https://www.mathworks.com/help/matlab/matlab_pr...

presque 6 ans il y a | 0

Réponse apportée
how to upload multiple file (m file + dat file) to "matlab file exchange" ?
check if you have written a for loop that imports your data files, and the compiler is getting through the for loop. if it still...

presque 6 ans il y a | 0

Réponse apportée
How do I create a 4D array and filing it in the efficient way
u need to use the function cat like this: T1=%the first array T2=%the second array T3=%the third array T4=%the forth arr...

presque 6 ans il y a | 0

| A accepté

Réponse apportée
Newton-Raphson for fractional space-time equations
i suggest you take a look at this: https://www.mathworks.com/matlabcentral/answers/107508-solving-a-nonlinear-equation-using-new...

presque 6 ans il y a | 0

| A accepté

Réponse apportée
How do I save a .mat file and .py file automatically with a 'variable's' value as filename using MATLAB?
you can use: save('filename.mat','X'); %where filename is the name of file and X is the variable u need to save & same for t...

presque 6 ans il y a | 0

Réponse apportée
How do I load a file with a csv extension with numbers and text in matlab?
you can use the csvimport, like this: %read data example: Import columns as column vectors [X Y Z] = csvimport('vectors...

environ 6 ans il y a | 0

Réponse apportée
k-fold Cross Validation in Classification Learner
in k-fold cv, the the data is splited to k-1 for taining and 1 for testing.(e.g.: if you have 100 subject and you use 10-fold cv...

environ 6 ans il y a | 0

Réponse apportée
need to find difference of two cells from one column in Excel
i think it should be done this way: for i = 2:holder % the counter must get from 2 because temptime(i-1) would be error ...

environ 6 ans il y a | 1

| A accepté

Question


K-fold CV + SVM
i have this matlab codeand i want to perform k-fold cross validation + svm but i had an eror in line 30 In an assignment A(...

environ 6 ans il y a | 1 réponse | 0

0

réponse