Prasenjit Dewanjee - MATLAB Central
photo

Prasenjit Dewanjee


Last seen: 29日 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersZoom OutFrom 11/16 to 04/25Use left and right arrows to move selectionFrom 11/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 質問
0 回答

ランク
80,307
of 298,264

評判
0

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

回答採用率
16.67%

獲得投票数
0

ランク
 of 20,554

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,718

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Numerical solution to a larger equation.
Hi! I have a very large and complicated equation: sinh(5.9605e-08*(((1.1259e+15*lamda2^2 + 7.5126e+15)^2)^(1/2) + 7.5126e+15...

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

1

回答

質問


Can I use a symbol as a variable?
HI! In my code, I have declared: syms m I have thes huge expressions that contain m in them as a symbol. Later in the code,...

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

1

回答

質問


Using a column of cells as variable names in a table
Hi! I have a table that contains 2 columns each having 28 rows. The first column contains cells of strings, and the second one ...

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

2

回答

質問


How do I import multiple CSV files from a directory as tables in the workspace?
Hi! I have 17 csv files in a directory names as 0000,0001,0002, and so on. I want to import all these csv files as table in the...

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

2

回答

質問


How do I assign different variable names for different files?
Hi! I have 10 csv files (100*10 size) in one directory. I want read all the files and convert them to tables. I want to assign d...

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

1

回答

質問


Having problem with empty matrix...Can anyone help?
here is the code.. disp('dy/dx=1+xy'); h=0.2; xfinal=0.6; y(1)=2; x(1)=0; f=@(x,y) 1+x*y; for i=1:ceil(xfinal/h) ...

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

2

回答