Community Profile

photo

Lama Hamadeh


Last seen: 10 months ago Active since 2021

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Concatenate two vectors with different dimensions and sort the result in an ascending order.
Hi, If I have two vectors with different dimensions as following: A = [ 1 ; 3 ; 6]; B = [ 2 ; 4 ; 5 ; 7, 0]; How can I verti...

12 months ago | 2 answers | 0

2

answers

Question


Construct a permutation matrix from two vectors
Hi, If I have two vectors: a = [1 ; 2 ; 3]; b = [4 ; 5 ; 6]; How can I constrcut a matrix that has the shape of: Thanks.

1 year ago | 2 answers | 0

2

answers

Question


extract the indices of matrix elements after applying a condition
Hi, I have the following two matrices: A = [1.0000 2.0000; 0.1000 1.0000 ; 0.6000 0.4000 ; 5.0000 0...

1 year ago | 1 answer | 0

1

answer

Question


find a cell that corresponds to a range of values
Hi all, If a I have a column of four cells where each cell contains a range of values, as shown below. If I have a list that...

1 year ago | 1 answer | 0

1

answer

Question


create a sparse multidimensional matrix
Hi all, I am trying to construct a multidimensional sparse matrix that has the following shape: I have a problem knowing how...

1 year ago | 5 answers | 0

5

answers

Question


Assigning a list of numbers to their corresponding cells in a mesh
Hello all, I have the mesh as showing below. The cells index vector is right next to it. If I have a vector of values: , t...

1 year ago | 1 answer | 0

1

answer

Question


The slicing is not complete!
Hi all, I have the following 2D matrix and I want to slice it by taking just the elements on the first column that equal to one...

2 years ago | 1 answer | 0

1

answer

Question


extract a slice from a 2D matrix with specific values
Hi, I want to extract a slice of a 2D matrix from a bigger 2D matrix with certain values. So, if I have a matrix as follwoing: ...

2 years ago | 1 answer | 0

1

answer

Question


Choosing elements from a 2D array
Hi all, I have a 2D array int that has fixed avues of on its second column but different values on its first column. How can I...

2 years ago | 1 answer | 0

1

answer

Question


if statement is not working
Hi all, I have the follwoing code that runs fine but no output of the if statement for some reason: theta = [-90.0000 -63.4746...

2 years ago | 2 answers | 0

2

answers

Question


subtract each element from the one before in a row matrix
Hi all, I have a row matrix defined as: s = linspace(0,4,17); I want to create a vector that its elements are the half subtra...

2 years ago | 1 answer | 0

1

answer

Question


How to construct a "ones" matrix with zero blocks in the diagonal
Hi all, I am trying to construct the follwoing matrix and any help would be highly appreciated. Thank you.

2 years ago | 2 answers | 0

2

answers

Question


How to map subdivisions in a squared geometry
I have a geometry of a square with 4 edges. Each edge has 5 points and 4 cells (subdivisons). The image bellow illustrates it. ...

2 years ago | 2 answers | 0

2

answers

Question


Accessing a cell in a 2D grid
Hi all, I have a 2D grid as shown below where each cell represents a pair of and where and . I would like to construct a new...

2 years ago | 1 answer | 0

1

answer

Question


How to choose the middle of a random cell in a 2D grid
Hi all, I have a 2D grid that has 25 points equally spaced in both axes dividing the grid into little boxes/cells/pixels. Is th...

3 years ago | 2 answers | 0

2

answers

Question


Create an equally spaced vector when taking the sine of another vector
I want to create a vector containing 25 points such that the points are equally spaced when you take the sine of another vector ...

3 years ago | 1 answer | 0

1

answer

Question


Angle between two lines
I have the following geometry: All the blues and whites are known. The reds are to be determined (specifically speaking ). A...

3 years ago | 1 answer | 0

1

answer

Question


angle between two lines
I have the follwoing geometry: All the blues and whites are knowns. The reds are unknown and need to be determined (specifica...

3 years ago | 1 answer | 0

1

answer

Question


How to get the standard line equation from a position and angle
Hi all, I want to compute the standard line equation of the form in a 2D meshgrig within the positive domain given the starti...

3 years ago | 0 answers | 0

0

answers

Question


Vertical and horizontal line standard equations
Hi all, I am trying to use the standard equations of the form for both: horizontal and vertical lines and draw them on a mesh ...

3 years ago | 1 answer | 0

1

answer

Question


Angle between two vectors is computed weirdly!
Hi all, I am trying to compute the angle between line L1v and the verticle norm Nv via the dot product using the follwoing code...

3 years ago | 1 answer | 0

1

answer

Question


nan in if statement
Hi all, How can I say: if (a==0 or a==NaN) %whatever end Thanks.

3 years ago | 2 answers | 0

2

answers

Question


advance a vector coordinates in a loop
Hi all, I'd like to advance an intial vector forward in something similar to this: where the blue arrow is the initial one, ...

3 years ago | 1 answer | 0

1

answer

Question


How to draw a vector/line in a mesh
Hi all, I have the follwoing mesh: %Defining space variables L = 4; %boundary legth ns = 25; %number of points on S axis n...

3 years ago | 1 answer | 0

1

answer

Question


A matrix/grid from two vectors
Dear all, I am trying to construct a matrix (or a grid) with specific limits on the x and y axes from two vectors: ns = 20; %n...

3 years ago | 1 answer | 0

1

answer