Statistiques
15 Questions
0 Réponses
RANG
170 615
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
15 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
60.0%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how to combine 2 unequal matrices
I have 2 matrices A and B, i want to combine them to get C A={ 1 2 3} B={ 4 5} C={ 1 4 2 5 3 ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Replacing alternate columns of matrix with another matrix
I have a matrix A and B, i need to replace alternate rows of B with A to form C A={ 1 2 3 } B= { 4 7 ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
Matlab GUI size problem
I have created a GUI in matlab in PC with resolution of 1280*1024, when i open GUI in different PC with resolution 1366*768 half...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
writing data to a .txt file
i have 2 columns of data a= { 1 2 3 4 } b= { 5 6 7 8 } i used fprintf(f, '%d;%d;\n',[...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
Finding the greatest value
i have a column D where i have to find the places greater than 10. 1 2 3 4 10 11 4 5 6 10 11 ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
selecting multiple files from folder directly
i have a folder DATA in which i have 3 file with names a1_14.05.2013_1_a.txt a1_15.05.2013_2_a.txt a1_14.05.2013_3_a.tx...
plus de 11 ans il y a | 4 réponses | 0
4
réponsesQuestion
Selecting a .txt file from different location
If i run the following code i can only select a file from the current working folder: a1 = uigetfile('../Data/*.txt'); f...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
write data to a .txt file
i have matrix A=[1 2 3 4 5], matrix B=[6 7 8 9 10] i want to create a text file with both matrices values separated by ';...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
unable to open a text file from different loacations
i am using the following code to get the .txt file from any location a1 = uigetfile('../Data/*.txt'); fid = fopen(a1,'r+'...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
how to replace values in origal text file with caliculated values
i have taken values from the text file shown below by using c = textscan(fid,'%d64%f64%s%s%d64%d64%d64%d64%d64','delimiter'...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
how to create a matrix from existing matrix
I have matrix A and need to create matrix B. Please let me know how to do it Sample: if true A B 0.25 0 0.25 ...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
separate specific values from matrix
how to separate column 1 values 4541,4546,4546... and their corresponding column 2 values 0,1,2... in a separate matrix samp...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
how can i create a new Matrix
how can i create a new matrix with multiples of 0.025 with dimensions [766525*1] required matrix [0 0.025 0.05 ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
deleting multiple rows in a matrix
how can i completely remove the first 113475 rows in a (879999*1) matrix
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to get data from a .txt file
how to get data from a .txt file.I need numerical data only after 'Init seq' to perform calculations in matlab and create a .txt...
presque 12 ans il y a | 3 réponses | 0