![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16292322_1568900848731_DEF.jpg)
Eddy Iswardi
Followers: 0 Following: 0
統計
MATLAB Answers
14 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to give a command like goto
I have code like this clc; clear; questions = {'Stick Up = ' 'Stick = ' 'Stuck = ' ...
4年以上 前 | 1 件の回答 | 0
1
回答質問
Make a quiz in matlab
I have questions for my quiz like this example questions = {'How many earth? ' 'Is 7 a prime number? ' ...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
5年弱 前 | 1 件の回答 | 0
1
回答質問
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, ...
5年弱 前 | 3 件の回答 | 0
3
回答質問
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...
5年弱 前 | 1 件の回答 | 0
1
回答質問
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...
5年弱 前 | 1 件の回答 | 0
1
回答質問
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...
5年弱 前 | 1 件の回答 | 0
1
回答質問
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....
5年弱 前 | 2 件の回答 | 0
2
回答質問
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...
5年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
5年弱 前 | 0 件の回答 | 0
0
回答質問
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...
5年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
5年弱 前 | 1 件の回答 | 0
1
回答質問
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...
5年弱 前 | 1 件の回答 | 0
1
回答質問
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...
約5年 前 | 0 件の回答 | 0