photo

Purnjay Peshawaria


Last seen: mehr als 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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, ...

etwa 4 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort