photo

Purnjay Peshawaria


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
32,047
of 297,457

声誉
1

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Plotting for specific values
I have a matrix U of size (P + 1)*(N+1) , 2 row vectors node and t of lengh P + 1 and N+1 respectively. These row vectors are ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Understanding the output returned by anonymous function
I have a function blackscholes.m that returns 2 outputs: c and dcds. Here is the code: function [c, dcds] = blackscholes(S, K, ...

4 years 前 | 2 个回答 | 1

2

个回答

提问


Solving linear system using Sherman-Morrison formula for 1000000x1000000 (7450.6GB) matrix
Let . Let A be the lower triangular matrix having 1's on and below the main diagonal. We want to solve the following linear sys...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to extract data efficiently from table or 2D array?
I imported data from excel into MATLAB. I want to use MATLAB's curve fiiting toolbox to explore relationship between different v...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to import data from multiple worksheets contained in 1 workbook?
Hi, I have a workbook SelfStorageData.xls . It contains 3 worksheets . I want to import data from each of these 3 worksheets ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


using fsolve when the function handle takes in 2 variables that are both vectors
I'm trying to solve system of non-linear equations. My function handle fun takes in 2 variables ( x and y) that are both vectors...

5 years 前 | 1 个回答 | 0

1

个回答