Community Profile

photo

studentambitious


Active since 2015

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


can we find the optimize value of a variable on which two other variables depend
I have two vectors x and y whose values are calculated for different values of third parameter z. when I plotted x and y against...

7 years ago | 0 answers | 0

0

answers

Question


how to save the results with different inputs on same excel sheet
i have written a code and need to run it for different inputs.I need to store the results in tabulated form on excel sheet. how ...

7 years ago | 0 answers | 0

0

answers

Question


how to find range of elements in each row of a matrix
i have a matrix of 8 x 5 and i want if there are at least two values in a row that lies between 6 and 8,then store the location...

7 years ago | 3 answers | 0

3

answers

Question


how to get floating point number upto 4 decimal points
hi i have an array of floating point numbers of type double...for example x=[ 0.8462 0.4906 0.9422 0.2054 0.6154 ...

7 years ago | 2 answers | 0

2

answers

Question


how to swap rows of a matrix using command linalg::swapRow(A, 1, 2)
i need to swap two rows of a matrix.. how can i use the command linalg::swapRow(A, 1, 2)

7 years ago | 2 answers | 0

2

answers

Question


can anyone please help to make understand how lwt (lifting wavelet ) command works
i m doing my project in integer wavelet transform and i m using the commands x=liftwave('db4','int2int'); and lwt(signal,x); t...

7 years ago | 0 answers | 0

0

answers

Question


can anyone explain the elements of cell which is formed when we use the instruction liftwave for integer to integer transform
while performing integer to integer transform , i am using the instruction *liftwave('db2','int2int')* which forms a cell of {3...

7 years ago | 0 answers | 0

0

answers

Question


can we find the original matrix back from the modified matrix whose rows were initially swapped .
hi.... please solve my problem I have a matrix A of size say mxn. The rows of matrix A are swapped(interchanged) and found a ma...

7 years ago | 2 answers | 0

2

answers

Question


how to convert a matrix given in range 5 to 1000 into matrix 0 to 255
I have a matrix whose values lies in range from 5 to 1000. I want to convert it into he range of 0 to 255. please mention how t...

7 years ago | 1 answer | 0

1

answer

Question


how to convert 2d to id
i want to convert a 5x3 matrix say A into 1d but before reshaping it i need to omit certain values from every row of A.number o...

8 years ago | 3 answers | 0

3

answers

Question


if we use the instruction [~, idx]=sort(abs(A(:))), what is this ~ (NOT) sign represents
Can we replace ~ with any other name

8 years ago | 2 answers | 0

2

answers

Question


how to find n values that are closest to zero
I have a matrix of 50 x 50 with floating point values both positive and negative signs...i want to find n values lying on both ...

8 years ago | 1 answer | 0

1

answer

Question


how to run the program written in C language in matlab
i need to know the steps to run the program which is written in C language in matlab please help

8 years ago | 1 answer | 0

1

answer

Question


need matlab code for diamond encoding
can anyone share the matlab code for diamond encoding for embedding bits

8 years ago | 0 answers | 0

0

answers

Question


how can i replace the n lowest elements(ascending order) of a cell by some defined function
I have a cell of 256x256. I want to replace the n lowest values of a cell by some defined function. the element position shall ...

8 years ago | 1 answer | 0

1

answer

Question


I asked one question regarding values of imfs which is commented by Walter .. how to give reply to that comment
Mr. Walter , I have seen this program(whose link was sent by you) of emd but I am using the other emd program which was download...

8 years ago | 0 answers | 0

0

answers

Question


how can I get the same values of IMFs of the reconstructed signal .
I found the IMFs of a signal / image by using Empirical Mode Decomposition and then reconstruct the signal by taking summation o...

8 years ago | 0 answers | 0

0

answers

Question


I want to write a program using reversible Integer Mapping Transform using DCT of a signal.
I want to use reversible Integer Mapping Transform to eliminate rounding errors in the reconstructed signal. I have one Bio med...

8 years ago | 1 answer | 0

1

answer

Question


how to convert a matrix with values in decimal point to an image
I want to convert a matrix having decimal(.) values with in range of 0-255 into an image. e.g the matrix contains the values lik...

8 years ago | 1 answer | 0

1

answer