m m - MATLAB Central
photo

m m


Last seen: 7日 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 05/19 to 03/25Use left and right arrows to move selectionFrom 05/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

16 質問
2 回答

ランク
245,751
of 297,716

評判
0

コントリビューション
16 質問
2 回答

回答採用率
43.75%

獲得投票数
0

ランク
 of 20,469

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,428

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


repeated condition in a for loop
N = 50000000; f = 1E6; DT = 1E-4; for L = 1:N T = DT*double(L); % period a = 0.1; b =40*T; i want to add this conditi...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


Manually from c++ to matlab how?
i would like to convert this example class from cpp to matlab language bool EXampleC(double *x, double *B) { int A = domain....

4年以上 前 | 1 件の回答 | 0

1

回答

質問


How to calculate ERROR for DIRECT METHOD in MATLAB
i want to calculate error for the direct methods such as the Thomas algorithm used for the tridiagonal matrix.?

4年以上 前 | 0 件の回答 | 0

0

回答

質問


how to convert Fotran format statment in matlab?
i want to convert this Fortan statment in matlab? FORMAT(1001E15.6)

約5年 前 | 1 件の回答 | 0

1

回答

質問


Time averaged values for each 100 iteration
i want to calculate the time averged value for each 100 iteration. knowing that my program is like this : for m = 1:20000 %t...

約5年 前 | 2 件の回答 | 0

2

回答

質問


Calculate the time-averaged value every 10 iterations
Hi, I do the calculation of X (k) 1000x1 in a time loop for t = 1: 10000 (note that X does not have an iteration t) and I want ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Store only 4 value from a loop
Hello, i have two loops as : nt = 15; n=2; for t = 1 : nt for i = 1 : n x(i) = .... end end ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How to convert script from fortran90 to matlab language
Can anyone help me to covert this script Thank you DIMENSION KB(10) KA(10) KL=0 KS=1 DO 210 K=1,N0 ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Solve a linar system A*x=b with function
Hi Can i use function to solve a linear system A*x=b ,knowin g that A has a tridiagonal form with a variables coefficients (n...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


How to use result in each iteration in a for loop and then use it in next loop?
how can i use the result of the first iteration in other For loop?

6年弱 前 | 2 件の回答 | 0

2

回答

質問


Thomas algorithm tridiagonal matrix
Hi, how to solve a tridiagonal system by the thomas algorithm with 3 equations (each equation has a tridiagonal system) .. the ...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


How to impliment a covergence condition?
Hi, How can i impliment a convergence condition in a loop. (the condition is A(k,i)-A(k+1,i)<=0.0001) and with another cond...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Several loops in Matlab
Hi, Can matlab calculate only the first iteration (i=1) of the loop1 and get out of the loop to compute the first iteration fo...

6年弱 前 | 1 件の回答 | 0

1

回答

回答済み
how can i use several loops
How can i do only the first iteration in the first loop, then pass to second loop and do the first iteration. is it possible?

6年弱 前 | 0

質問


how can i use several loops
Hi, Can anyone explain to me how matlab read this loops for k=1:nt-1 for i=1:nx end (for i) for i=nx:1 en...

6年弱 前 | 3 件の回答 | 0

3

回答

質問


Solve tridiagonal matrix system by thomas algorithm
hi im trying to solve tridiagonal matrix system by thomas algorithm. my question is: it's obligatory to define the matrix ele...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Defining a variable in specific nodes
Hi, I need to define a variable B(j)) in the 1/2 3/2 5/2.... . e.g i have the variables A(i) and B(j). So the loops are( f...

6年弱 前 | 0 件の回答 | 0

0

回答

回答済み
Simple array step sizing.
Hi, I need to define a variable B(j)) in the half step. e.g i have the variables A(i) and B(j). So the loops are( for i =2:N a...

6年弱 前 | 0