Community Profile

photo

laith Farhan


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How to set the space between bars?
Dear all, I would like to set up the distance between bars, Is that possible to reduce the distance between them. md data is: ...

5 years ago | 2 answers | 0

2

answers

Question


How to insert an element after each number in a vector?
Dear all, I would like to add an element after each value in a vector, for example: a=[10,2,40,58,100,90,40,30,4]; I would li...

5 years ago | 3 answers | 0

3

answers

Question


How do I plot cylinder bar in matlab?
Dear all, Is that possible to plot cylinder bar in matlab smilar to the picture below? Let say my data is: x=[30,60,90]. I als...

5 years ago | 1 answer | 0

1

answer

Question


How to access vector elements one by one and do some calculation?
Dear all, I am facing problem with for loop, I have vector D has some values, the question is how to access these value one by ...

5 years ago | 1 answer | 0

1

answer

Question


How to spread elements in a cell based on vector?
Dear all, I have cell b12 with number of elements. R is the first element after the value in vector D1. X is all values after ...

5 years ago | 1 answer | 0

1

answer

Question


How to remove similar element in cell?
Dear Sir, Is that possible to remove the similar element in each cell based on previous cell. for example: z={[],[],282,[1...

5 years ago | 1 answer | 0

1

answer

Question


How to save value of find function?
Dear all, How to save the value of x vector in de vector based on find function? expected results is : de = [1 4 7 3 10 6 90...

5 years ago | 1 answer | 0

1

answer

Question


How to take first element from the cell?
Dear all, I have a cell d={[3,80,32,13] [3,80,17] [3,45,18] [3,45,20] [3,80,32] [3,45] [3,80,47] [3,45,93,62] [3,80] [3...

5 years ago | 1 answer | 0

1

answer

Question


Is there a way to extract specific fields from a structure ?
Dear all, I have data as struct , How can I extract the E field into a sperate array? Please see the attachment picture. ...

6 years ago | 1 answer | 0

1

answer

Question


How to round the decimal?
Dear All; I have a number array x = [0.00135678 0.00076243;0.0000045789 0.01234567]; Then i just want to round x to becom...

6 years ago | 2 answers | 0

2

answers

Answered
Loop condition (if)
Dear Walter, May I know why you closed the question? its simple and I did my code, I just want someone to tell me , why my code ...

6 years ago | 0

Question


Loop condition (if)
clc; clear all; close all; A=[22 40 55 72; 33 55 32 67; 45 40 23 65; 22 40 55 45 ]; ...

6 years ago | 1 answer | 0

1

answer

Question


Loop condition (if)
clc; clear all; close all; A=[22 40 55 72 33 55 32 67 45 40 23 65 22 40 55 45 ]; L1=[3 5 60 3 2 7 6 43 5 5 4...

6 years ago | 0 answers | 0

0

answers