Mark Brandon - MATLAB Central
photo

Mark Brandon


Last seen: 6日 前 2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersFile ExchangeFrom 07/12 to 04/25Use left and right arrows to move selectionFrom 07/12Use 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

14 質問
8 回答

File Exchange

3 ファイル

ランク
4,463
of 298,264

評判
12

コントリビューション
14 質問
8 回答

回答採用率
50.0%

獲得投票数
9

ランク
14,813 of 20,554

評判
13

平均評価
0.00

コントリビューション
3 ファイル

ダウンロード
4

ALL TIME ダウンロード
114

ランク

of 160,718

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Explorer
  • Thankful Level 3
  • Personal Best Downloads Level 1
  • First Submission
  • First Review
  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


blockAverage
Calculates an average of the 3x3 values around each node of the grid array A

1年以上 前 | ダウンロード 1 件 |

0.0 / 5

質問


Handling errors in parfeval processes
I am running a conventional parallel computing arrangement with a client and a number of workers. The client distributes jobs to...

約2年 前 | 1 件の回答 | 2

1

回答

回答済み
Is there a way to flush the output buffer in MATLAB when writing to a file?
A simple way to flush output to the diary file is to simply turn it off and on: diary off; diary on By default, tthe diary fun...

約2年 前 | 0

質問


Title is missing when saving a figure using print, saveas, exportgraphics, and printpreview
Context: When plotting images, I have often set the tick marks to face outward, where they are not obscured by the image. This c...

約2年 前 | 1 件の回答 | 0

1

回答

回答済み
Why are there missing pixels in my "heat map" plot using pcolorm?
Suvansh, I regret to say that our discussion is not getting anywhere. You have the idea that the problem I described could be f...

2年以上 前 | 0

質問


Why are there missing pixels in my "heat map" plot using pcolorm?
I am using pcolorm to produce a map showing annual mean precipitation in part of South America. I have found that pcolorm comm...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


How do I turn off arrowhead using quiverm (Mapping Toolbox)
I am trying to get quiverm (part of the Mapping Toolbox) to plot lines, without arrowheads. This option is available for quiver,...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


What does cyan marker indicate in the editor
I noticed that the editor in the 2020b version of Matlab will occasional show a cyan marker at the left side of a line. I have ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


GriddedInterpolant performance, meshgrid vs ndgrid formats
I have been using griddedInterpolant for a long time now. But, starting today, I got the following warning: Warning: Query data...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Problem with text output during parallel computation
I have been working for a year now to solve a puzzling problem with text output produced during parallel computation with Matlab...

約4年 前 | 1 件の回答 | 0

1

回答

送信済み


An extended version of the loess method
Estimates local regression estimates of y and dy/dx at specified x locations.

4年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Characterizing large variables using the mmm function
The mmm function provides a fast and comprehensive way to inspect Matlab variables, large and small.

4年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

質問


Using data cursor with pcolor
If one uses the data cursor on a pcolor plot, you will see three coordinates, X, Y, and Z, but the Z coordinate is always zero. ...

5年以上 前 | 2 件の回答 | 3

2

回答

質問


Lambert vs. Lambert Standard
The Mapping Toolbox has two definitions for the Lambert Conformal Conic Projection: lambert and lambertstd. What is the differen...

5年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Double vs Single Precision, Matlab in 2019
SINGLE PRECISON REVISITED I am writing with a follow up to my original question. I have now finished a bunch of testing with t...

5年以上 前 | 0

回答済み
Using parfeval for sequential calculations
I have found what I think is the best way to use parfeval for sequential parallel calculations. Let me illustrate with a simple ...

約6年 前 | 0

質問


How are labs distributed across cores?
I have been running a large parallel job on a cluster at my university. Occassionally the file output will be missing a line of ...

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
Double vs Single Precision, Matlab in 2019
Walter, Yes, you are right... interp1 is supported for a range of types. I should have been more precise, stating only that so...

約6年 前 | 0

質問


Double vs Single Precision, Matlab in 2019
Matlab defaults to double precision, but single precision is sufficient for many computational problems. In addition, single pre...

約6年 前 | 5 件の回答 | 2

5

回答

質問


Why no pasting allowed in "Matlab Answers"?
The editor for Matlab Answers apparently no longer allows pasting text from another source. I commonly will write notes to mysel...

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
Initial Guess for Bvp4c
This is an old question (2014), but it represents an issue that probably continues to puzzle others (including me today). The ...

6年以上 前 | 0

回答済み
Switch -- How to specify interval of cases?
Much cleaner solution is to set switch to true. I use this approach all the time given that the "switch" construction is easier ...

7年弱 前 | 2

回答済み
How to convert a structure into a individual double elements
Consider a struct A, with fields a and b, each with a column of elements. You can convert the fields into column vectors using t...

7年以上 前 | 0

質問


Using parfeval for sequential calculations
In the Matlab documentation, all of the examples for parfeval function use a similar implementation, where the full set of jobs ...

約8年 前 | 2 件の回答 | 0

2

回答

質問


Treatment of special characters and ascii codes
Matlab has nice support for special characters but the usage is complicated and incomplete. I have been using matlab extensively...

13年弱 前 | 1 件の回答 | 0

1

回答