photo

Prasenjit Dewanjee


Last seen: 7 months 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
80,789
of 300,176

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 20,884

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,643

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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...

3 years 前 | 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...

3 years 前 | 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) ...

9 years 前 | 2 个回答 | 0

2

个回答