Community Profile

photo

Sky Scrapper


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How to order a matrix?
Hello, I have a matrix, A=[ 100 5 0 ; 200 0 -5 ; 300 0 0 ; 300 5 0 ; -100 0 5 ; 300 0 0; 300 0 5]; I want to ge...

5 years ago | 2 answers | 0

2

answers

Question


How to save matlab coding output data in a file?
Hello, I am working with matlab coding. I need to run the simulations for different models. For the 1st model, I run the simula...

5 years ago | 1 answer | 0

1

answer

Question


How to sort out the matrix based on 1st column?
Hello, I have matrix, A= [ -95 0 1 0 1 0 1 0 1 1; -95 0 1 0 1 0 1 0 1 -1 ; 0 0 1 0 1 1 0 1 0 1 ;...

5 years ago | 1 answer | 0

1

answer

Question


how to write a function?
I have a matrix: A= [0 80 -100 0 1 0 1 0 1 0 1 ;... 0 0 0 0 1 0 1 1 0 1 0 ;... -100 0 0 0 1 1 0 0 1 0 ...

5 years ago | 1 answer | 0

1

answer

Question


comparing columns in matlab
Hello, say, A==[0,0,1,2,3,3,6,6; 8,4,5,6,7,7,8,2; 9,9,10,10,11,12,22,45; 0,1,0,2,7,8,16,17; 0 0 0 0 0 0 1 1]; I need to delete...

5 years ago | 1 answer | 0

1

answer

Question


How to convert decimal into binary?
Hello, I need to convert n-bit decimal into 2^n bit binary number. I do not have much idea. Can anybody help me please?

5 years ago | 3 answers | 0

3

answers

Question


How to vectorize a matrix?
Dear All, I have a matrix of 90x12. I need to use 2D look up table for matlab simulink. There i will have to put the vector of ...

5 years ago | 1 answer | 0

1

answer

Question


how to order a matrix?
hi, Say, I have a matrix, A B C D -6760,691 0 -1 ...

5 years ago | 1 answer | 0

1

answer

Question


Find out the rows having same values in all columns of a matrix
Hi, I have a matrix with 4374 rows and 8 columns. I need to find the rows which have all the columns are of same values and it'...

5 years ago | 1 answer | 0

1

answer

Question


comparing the two column in MATLAB
Hello! Let, A=[ 1 2 ; 2 2; 3 4; 4 4] I want to compare the 1st column with the 2nd column to find out if there is any row hav...

5 years ago | 1 answer | 0

1

answer

Question


How can I delete the rows of a matrix in matlab under a given condition
Hello everybody, I have a matrix which has 10118 rows and 14 columns. I would like to delete the number of rows having values g...

5 years ago | 2 answers | 0

2

answers