photo

KANCHAN PATIL


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
235,789
of 297,503

評判
0

コントリビューション
4 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


I need to develop a code of one PDE using Lax Wendroff method.
<</matlabcentral/answers/uploaded_files/64528/Capture.PNG>>

8年以上 前 | 3 件の回答 | 0

3

回答

質問


How to store values in workspace without using fprintf? but syntax should be quite similar to that of fprintf
a=[200 250 300]; b={}; % now I want this b should store values related to <200, 200-250, 250-300, >300, etc. % like b...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


How to create a bucket in a bucket bucket using MATLAB R213nb
I want to create bucket in bucket using MATLAB R2013b

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

1

回答

質問


How to store different results of for loop in same or different arrays, avoiding the overwriting of the results? (in MATLAB R2013b)
A=[200 250 300 250]; Len(A)=length(A); for k=1:1:(Len(A)-1) T1=A(k); T2=A(k+1); end j=1; for i=1:1:L ...

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

1

回答