Mark Brandon - MATLAB Central
photo

Mark Brandon


The Open University

Last seen: 10 days 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Oceanographer

统计学

All
MATLAB AnswersCodyZoom OutFrom 08/11 to 04/25Use left and right arrows to move selectionFrom 08/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
12 个回答

Cody

0 个问题
3 个答案

排名
3,252
of 298,086

声誉
18

贡献数
0 个提问
12 个回答

回答接受率
0.00%

收到投票数
3

排名
 of 20,530

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
70,220
of 160,316

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Knowledgeable Level 2
  • 3 Month Streak
  • Revival Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
How to load a particular shp file?
I think your download is scrambled Jimmy. I've just downloaded the dataset from CEH https://catalogue.ceh.ac.uk/documents/834...

4 years 前 | 0

已回答
Is matlab function distance is broken ?
It's your install. Screen grab from those commands on my 2020a Update 2 un-install and clean install again? good luck. MB

5 years 前 | 0

已回答
M_map code won't plot
You've your axes limits the wrong way Hollie m_proj('utm','lat',[19 29],'lon',[-97 -82]); m_gshhs_i('patch',[0.5 0.5 0.5]); m...

6 years 前 | 0

| 已接受

已回答
How to apply hatched region to a polar map
Hi Holly, What's your latmesh, longmesh and Ymesh? Also you're plotting Antarctica. Do you use the Antarctic Mapping Tools t...

6 years 前 | 0

已回答
Plot a map with a specific scale
So if you have the mapping toolbox you should look at <http://www.mathworks.co.uk/help/map/ref/paperscale.html?searchHighlight=p...

11 years 前 | 1

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11 years 前

已解决


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 ...

11 years 前

已解决


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:...

11 years 前

已回答
running mean of circular data (angles)
You could look at the excellent "Circular Statistics Toolbox" <http://www.mathworks.com/matlabcentral/fileexchange/10676> ...

13 years 前 | 1

| 已接受

已回答
How to fill coastline polygon
You could "accept" an answer Millo then to close the question ;-) cheers. Mark

13 years 前 | 0

已回答
Multiple Figure Window Order
Hi J. I use this rather nice function called cyclefigs written by Peter Acklam <http://home.online.no/~pjacklam/matlab/software...

13 years 前 | 0

已回答
Matlab can't find geocradius function
You can find out what Toolboxes are installed on your system by typing ver at the prompt. It tells you all the mathworks pr...

13 years 前 | 0

已回答
How to fill coastline polygon
It sounds like you are getting this sort of thing <http://woodshole.er.usgs.gov/operations/sea-mat/images/map_stuff.gif> ...

13 years 前 | 0

已回答
How to fill coastline polygon
Millo, if you have the mapping toolbox then you can use tools such as gshhs <http://www.mathworks.co.uk/help/toolbox/map/ref/g...

13 years 前 | 0

已回答
Question about using Mapping Toolbox to project ETOPO1 data from structure array
Hi Nate, Given how long ago you asked I expect you have already got your answer. I had a similar issue with irregular lat with ...

13 years 前 | 1

| 已接受