photo

sid Chen


Last seen: mer än 2 år ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
3 Answers

Cody

0 Problems
2 Solutions

RANK
149 146
of 300 392

REPUTATION
0

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
93 627
of 168 373

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer
  • First Review
  • Solver

View badges

Feeds

View by

Answered
Contour controls in geoshow
you can try levels = [0 50 100 150 200]; contourm(newLat, newLon, pavrainData(:,:,i)',levels) % Map is raster % geoR is G...

nästan 3 år ago | 0

Answered
how to replace the element with random number based if statement
Andrei Answer is very clear. The problem is if rmi<pm mutC = rCm else mutC = mut1 with these code...

ungefär 6 år ago | 0

Answered
I can't read a .txt using importdata, but it works for .jpg or .xlsx
Sorry, I don`t know the reason. I am using Maltab 2018b on Win 10, function `importdata(txt_file)` works on my computer. >> f ...

ungefär 6 år ago | 0

Question


How to plot a Map with 2 dimensional colorbar?
Hi, I want to plot like this figure. My question is how to get colorbar like this one, the shape of the figure( like this map...

ungefär 6 år ago | 2 answers | 0

2

answers

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mer än 6 år ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

mer än 6 år ago