
Lama Hamadeh
Statistics
24 Domande
0 Risposte
RANK
76.238
of 276.281
REPUTAZIONE
0
CONTRIBUTI
24 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 125.999
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
Domanda
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.
10 giorni fa | 2 risposte | 0
2
risposteDomanda
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...
6 mesi fa | 1 risposta | 0
1
rispostaDomanda
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...
9 mesi fa | 1 risposta | 0
1
rispostaDomanda
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...
9 mesi fa | 5 risposte | 0
5
risposteDomanda
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...
9 mesi fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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: ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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.
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
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. ...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
nan in if statement
Hi all, How can I say: if (a==0 or a==NaN) %whatever end Thanks.
circa 2 anni fa | 2 risposte | 0
2
risposteDomanda
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, ...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0