Community Profile

photo

shanmukh


Hochschule Darmstadt

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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 ...

mer än 10 år ago | 1 answer | 0

1

answer

Question


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 ...

mer än 10 år ago | 2 answers | 0

2

answers

Question


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 11 år ago | 1 answer | 0

1

answer

Question


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',[...

nästan 11 år ago | 2 answers | 0

2

answers

Question


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 ...

nästan 11 år ago | 2 answers | 0

2

answers

Question


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...

nästan 11 år ago | 4 answers | 0

4

answers

Question


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 11 år ago | 1 answer | 0

1

answer

Question


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 ';...

ungefär 11 år ago | 2 answers | 0

2

answers

Question


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+'...

ungefär 11 år ago | 1 answer | 0

1

answer

Question


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'...

ungefär 11 år ago | 0 answers | 0

0

answers

Question


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 ...

ungefär 11 år ago | 2 answers | 0

2

answers

Question


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...

ungefär 11 år ago | 1 answer | 0

1

answer

Question


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 ...

ungefär 11 år ago | 1 answer | 0

1

answer

Question


deleting multiple rows in a matrix
how can i completely remove the first 113475 rows in a (879999*1) matrix

ungefär 11 år ago | 2 answers | 0

2

answers

Question


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...

ungefär 11 år ago | 3 answers | 0

3

answers