Purnjay Peshawaria
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
32,032
of 295,486
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
1
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 1
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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...
4 years ago | 1 answer | 0