Community Profile

photo

Asim Ismail


Active since 2017

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Find the existence of a character from a struct
There is a structure with multiple fields and one of them is LOC, for example n=5; for i=1:n S(i).LOC='LL'; end ...

6 years ago | 2 answers | 0

2

answers

Question


From a structure find the number of rows with a certain character
In a structure there is a column having characters of (LB, LL). How can I find how many LB and LL are there?

6 years ago | 1 answer | 0

1

answer

Question


How to add rows of a cell
I have a cell of size 9x3. How can I add all the rows of this cell, and get 3(number of columns) separate arrays out of this cel...

6 years ago | 1 answer | 0

1

answer

Question


How to use two logical operation inside a if condition?
I have three statements in a _if_ condition and they are executed when the logical operations are true. For example I have two v...

6 years ago | 2 answers | 0

2

answers

Question


Make structures from a cell and store them in a new cell
I have a function _yal_ which gives a square cell of size _nxn_, each cell containing a vector of two columns and multiple rows....

6 years ago | 1 answer | 0

1

answer

Question


Find distance between row vectors?
I got two row vectors of 1x10, how can I find distaces between them? It should be working like, distance between first two colum...

7 years ago | 1 answer | 0

1

answer

Question


Arrange the numbers of a parent array into its two child arrays, the array is inside a cell
This function gives a 3x2 cell of random numbers function Out = MyOutCreator Out = {rand(5, 3), rand(5, 2); rand(2, 5), ra...

7 years ago | 0 answers | 0

0

answers

Question


Find number of rows of each array in a cell
I have a cell of size 4x4, and each array in this cell is a matrix having size nx2. How can I find n(number of rows) of each mat...

7 years ago | 1 answer | 0

1

answer

Question


Find 2nd minimum value from a row after addition
[c,ix] = min(sum(A,2)); This code will give the minimum value from a row after addition, <https://www.mathworks.com/matlabce...

7 years ago | 1 answer | 0

1

answer

Question


Calling multiple outputs of a function into new function
I have a function with multiple outputs, now i want to call them into a new function and apply some formulas to them. Applyin...

7 years ago | 1 answer | 0

1

answer

Question


Solving logical expressions with if statement
I am solving some conditions having logical expressions with 'if'statement, but these conditions are little complex, so using if...

7 years ago | 1 answer | 0

1

answer

Question


Find coordinates of grids
If we divide a 100x100 plot into six grids, then how can we get the four coordinates of each grid? Any idea...

7 years ago | 1 answer | 0

1

answer

Question


Plot a row with different color
I have a simple 10x2 matrix with random values, scattered in a plot a=rand(10, 2)*10; scatter(a(:, 1),a(:, 2)) Suppos...

7 years ago | 1 answer | 0

1

answer

Question


Reduce number of outputs in workspace
I am running some codes and getting too much outputs in the workspace, and that is confusing especially when you have a series o...

7 years ago | 2 answers | 0

2

answers

Question


How to divide an area having multiple random points and work on each part separately?
I have asked this question before but couldnt get a satisfactory answer, so let me explain it a bit more, maybe i can make mysel...

7 years ago | 2 answers | 0

2

answers

Question


Distinguish random points per grid
Is there any way to make different groups of points that belongs to different grid? <</matlabcentral/answers/uploaded_files...

7 years ago | 1 answer | 0

1

answer

Question


Draw lines from one point to the all others
Can someone help me to draw lines between a central point to the all others. The points are created randomly, lets take 5 point...

7 years ago | 1 answer | 0

1

answer