Statistics
15 Questions
0 Answers
RANK
249 005
of 277 666
REPUTATION
0
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 18 786
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 128 846
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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 ...
nästan 10 år ago | 1 answer | 0
1
answerQuestion
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 ...
nästan 10 år ago | 2 answers | 0
2
answersQuestion
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...
nästan 10 år ago | 1 answer | 0
1
answerQuestion
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',[...
ungefär 10 år ago | 2 answers | 0
2
answersQuestion
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 ...
ungefär 10 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 10 år ago | 4 answers | 0
4
answersQuestion
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...
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
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 ';...
mer än 10 år ago | 2 answers | 0
2
answersQuestion
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+'...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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'...
mer än 10 år ago | 0 answers | 0
0
answersQuestion
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 ...
mer än 10 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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 ...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
deleting multiple rows in a matrix
how can i completely remove the first 113475 rows in a (879999*1) matrix
mer än 10 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 10 år ago | 3 answers | 0