photo

Liu Lilingjun


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
0 Answers

Cody

0 Problems
4 Solutions

RANK
237,188
of 300,028

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,860

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
60,296
of 167,043

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
51

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Solved


Kaprekar Steps
6174 is the <http://en.wikipedia.org/wiki/6174_%28number%29 Kaprekar constant>. All natural numbers less than 10,000 (except som...

4 years ago

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

4 years ago

Solved


Word Counting and Indexing
You are given a list of strings, each being a list of words divided by spaces. Break the strings into words, then return a maste...

4 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years ago

Question


Display error of worldmap and geoshow?
When I try to visualize a rainfall gridded data of a certain area, of which latlim and lonlim is known, I referred to the offici...

5 years ago | 1 answer | 0

1

answer

Question


Multiplication of 1D and 2D vector to a 3D vector
I have A = [1,2] and B = [1,1;1,1], what function I can use to get result of answer C which is 3D? C(:,:,1) = [1,1 ...

5 years ago | 4 answers | 0

4

answers