photo

Shican Liu


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
7,116
of 300,603

REPUTATION
6

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,786

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

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How to plot stochastic differential equation in three variables?
Considering the three assets are related to each other, how about drawing them one by one. For more information , http://persona...

9 years ago | 1

| accepted

Question


How to apply numerical integration on a symbolic matrix?
Can I use integral2 to calculate the matrix below on the domain[0,1]*[0,1]; <</matlabcentral/answers/uploaded_files/59926/Unt...

9 years ago | 2 answers | 0

2

answers

Question


Two matrices combination problem
Hi, I was wondering how to combine the following two matrices like this?and what is it is two big matrices? <</matlabcentral/...

9 years ago | 1 answer | 0

1

answer

Question


I am complete new , and do not know how to modify this~
syms x T=1; lamda=0.5; gamma=1; t=0.1; theta=0.1; U=lamda/(0.5*theta^2+lamda); V0(x)=-U.*exp(-gamma....

10 years ago | 1 answer | 0

1

answer

Question


Hi,I don't understand why this is not right,I am a completely new learner!
T=1; lamda=0.4; gamma=1.2; theta=0.1; x=1:100; t=0.1; U=lamda/(0.5*theta^2+lamda); V0(x)=U.*exp(-gamma.*x)-(1-U).*exp(-(0...

10 years ago | 2 answers | 0

2

answers