Community Profile

photo

Eddy Iswardi


Last seen: 4 years ago Active since 2019

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


How to give a command like goto
I have code like this clc; clear; questions = {'Stick Up = ' 'Stick = ' 'Stuck = ' ...

4 years ago | 1 answer | 0

1

answer

Question


Make a quiz in matlab
I have questions for my quiz like this example questions = {'How many earth? ' 'Is 7 a prime number? ' ...

4 years ago | 1 answer | 0

1

answer

Question


How to show word from excel?
I want to show the word from excel. But I don't know how to show it. This is my code. clc; clear all; T=readtable('EVASUSANTI...

4 years ago | 1 answer | 0

1

answer

Question


How to add the value of the 3 highest elements automatically from a vector?
I want to add the 3 highest elements of 'y' to 'sk'. But I don't know what code to use to automatically add them. in this case, ...

4 years ago | 3 answers | 0

3

answers

Question


How to add the value of elements that have a value that is more than a certain boundary value in the vector automatically?
I don't know how to add value of my vector automatically. However I have two cluster for 'y' vector. That are the element of y l...

4 years ago | 1 answer | 0

1

answer

Question


How to Update value of some matriks element with looping?
I have condition for my matrix. Matrix x1,x2, and y. When element of y is less than 10, the y element will update will sum of x...

4 years ago | 1 answer | 0

1

answer

Question


How to numbered title plot in looping?
I want to make a numberd in my title plot. The number is following the looping. How to make it? this is my code title('Grafik P...

4 years ago | 1 answer | 0

1

answer

Question


How to sum my matrix element?
I have problem with my matrix. I cannot sum my matrix element 'kl', this is my code clc; clear all; x=[0.1 0.2 0.3 0.4 0.5 0....

4 years ago | 2 answers | 0

2

answers

Question


Why my plot is not working?
I have a problem with my plot. When I do plot(R). This picture will be shown and when I do plot(y), this picture will be show...

4 years ago | 1 answer | 0

1

answer

Question


How to read matrix data from excel?
.My excel data is above. I want to change my 'x' and 'y' in my code with importing data from excel. How to make the code. This ...

4 years ago | 0 answers | 0

0

answers

Question


How to read excel data in matlab code
I want to change my 'x' and 'y' in my code with importing data from excel. How to make the code. This my latest code clc; clea...

4 years ago | 1 answer | 0

1

answer

Question


How to show all figure in lopping to only only one figure?
I have looping for my figure. I want to make all the figure (figure 2 until figure 99) show in one figure. How to make it? this ...

4 years ago | 1 answer | 0

1

answer

Question


How to simplify my looping code?
I have a looping. But its too long, How to simplify my Looping code? This is my code clc; clear all; x=[0.1 0.2 0.3 0.4 0.5 0...

4 years ago | 1 answer | 0

1

answer

Question


Anyone can help me for the Code finite difference method (backward difference)?
this is finite difference scheme and limit values ​​and initial conditions. I've try to make the code, but I think something...

4 years ago | 0 answers | 0

0

answers