photo

Bobby Cheng

Last seen: 4 days ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
8 Answers

Cody

0 Problems
50 Solutions

RANK
1,612
of 300,553

REPUTATION
44

CONTRIBUTIONS
0 Questions
8 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
18

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
11,536
of 169,635

CONTRIBUTIONS
0 Problems
50 Solutions

SCORE
520

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Mini Hack 2022 Participant
  • Knowledgeable Level 1
  • First Answer
  • Commenter
  • Speed Demon
  • Solver

View badges

Feeds

View by

Answered
Why can't I use crand() in matlab
rand in MATLAB has complex support since R2022a. See the "Random Complex Numbers" example on that documentation page. [SL: hype...

5 months ago | 0

Answered
Please Help! : Unrecognized function or variable 'crandn'.
Just come across this. A bit slow news. But randn supports generating complex number since R2022a. [SL: hyperlinked the functio...

5 months ago | 0

Answered
bsxfun vs implicit expansion
Hi Bradley, Just come across this today. To answer you question, you should always use Implicit Expansion instead of bsxfun whe...

1 year ago | 0

Answered
Toolboxes installation in MATLAB beta for Native Apple Silicon
R2022b beta is now available. With this beta, there is a list of toolboxes that you can test.

3 years ago | 2

Answered
2022b for apple M1
The R2022b beta for Apple M1 is here. Please visit this page https://www.mathworks.com/support/apple-silicon-r2022b-beta.html

3 years ago | 0

| accepted

Answered
Matlab is significantly slower than Julia on simple evaluation
First of all, thank you for creating the benchmark and raising this performance issue. Indeed, we are seeing more and more perfo...

4 years ago | 13

| accepted

Answered
expm function problem for stiff matrix
This is a weakness of the scaling and squaring algorithm. Inside EXPM, which you can read the implementation, there are special ...

4 years ago | 0

Answered
Is there a big error in the method matlab uses to finds sqrtm?
This is an interesting example. It goes to the heart of the issue when computes with floating point arithmetic. First consider t...

10 years ago | 3