Statistica
15 Domande
0 Risposte
RANK
170.628
of 295.638
REPUTAZIONE
0
CONTRIBUTI
15 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
60.0%
VOTI RICEVUTI
0
RANK
of 154.207
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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',[...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 11 anni fa | 4 risposte | 0
4
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ';...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
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+'...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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'...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
deleting multiple rows in a matrix
how can i completely remove the first 113475 rows in a (879999*1) matrix
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 12 anni fa | 3 risposte | 0