photo

wangm


Last seen: 8 months ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

6 Questions
1 Answer

Cody

0 Problems
8 Solutions

RANK
119,343
of 300,678

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,039

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
45,720
of 170,111

CONTRIBUTIONS
0 Problems
8 Solutions

SCORE
90

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Solver

View badges

Feeds

View by

Question


perform interpolation each row of a matrix
i have a matrix A with one million rows, and each row is monotonic increase. the value in each row is x. The interpolation is ...

3 years ago | 1 answer | 0

1

answer

Question


Why fitlme does not calculate random effect term?
I tried to fit a simple lme model using fitlme function: lme = fitlme(tblData, 'D ~ 1 + (1|U)'). Why it does not calculate the...

3 years ago | 0 answers | 0

0

answers

Question


How can I run Matlab Runtime?
I have Matlab 2020b installed in my computer but without Matlab Runtime. Because I want to compile a matlab code to an exeuctab...

4 years ago | 1 answer | 0

1

answer

Question


what is the equivalent script to TWISTER('state')
I have a old matlab using S = TWISTER('state') which return a 625-element vector of UINT32 values containing the current state o...

4 years ago | 2 answers | 0

2

answers

Answered
vectorized fzero function for Monte Carlo simulation
not familar with your solution. does it work with multiple random variabes? the x in equation is a vector of x1, x2,... and x1,...

4 years ago | 0

Question


vectorized fzero function for Monte Carlo simulation
I am run a Monte Carlo simulation with e.g. 1 million realizations and there is a zero searching using the fzero function in eac...

4 years ago | 2 answers | 0

2

answers

Question


How to insert multiple spreadsheets to a workbook from Matlab
Matlab provide a method to insert one spreadsheet: using the command eNewSheet = Add(eSheets,[],eSheet1); However, if I know...

5 years ago | 1 answer | 0

1

answer