photo

Oliver Woodford


2011 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
English

統計

All
MATLAB Answers

33 質問
112 回答

File Exchange

15 ファイル

Cody

1 問題
41 解答

ThingSpeak

4 パブリック チャネル

Discussions

2 ハイライト

ランク
229
of 300,759

評判
421

コントリビューション
33 質問
112 回答

回答採用率
48.48%

獲得投票数
208

ランク
106 of 21,081

評判
10,325

平均評価
4.90

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

ダウンロード
65

ALL TIME ダウンロード
92723

ランク
11,207
of 170,900

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

スコア
565

バッジ数
6

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

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

平均評価
29

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

平均いいねの数
15

  • Knowledgeable Level 3
  • 6 Month Streak
  • Likeable
  • Quiz Master
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Thankful Level 3
  • Revival Level 2

バッジを表示

Feeds

回答済み
Managing RESTful web sessions using cookies in MATLAB
Instead of waiting for answers, I decided to write my own class to handle this. I also wrote a utility function to download publ...

約2ヶ月 前 | 0

| 採用済み

質問


Managing RESTful web sessions using cookies in MATLAB
I'm trying to download a file from the web, programmatically in MATLAB. The issue I have is that the file requires some authenti...

約2ヶ月 前 | 1 件の回答 | 0

1

回答

回答済み
mex compilation failure after most recent macOS update
Based on comments to an answer to a similar question, I found adding the following to my mex invocation solved this issue: mex ...

約2ヶ月 前 | 1

送信済み


Example MATLAB class wrapper for a C++ class
An example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface.

3年弱 前 | ダウンロード 2 件 |

4.9 / 5

回答済み
Apple's M1 native support
MATLAB R2022a still doesn't run natively on Apple silicon. The release notes say "On Apple silicon Macs, MATLAB runs using the R...

4年弱 前 | 4

解決済み


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

約4年 前

解決済み


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

約4年 前

回答済み
Exporting images (png) through export_fig - painfully slow
Reducing the level of anti-aliasing will reduce the sixe of the images created, saving time. Use the '-aX' option, where X is 1 ...

約4年 前 | 0

回答済み
export_fig Transparency
The answer is in the help text you shared (you just want the axes color to be white, not none): fig = figure; plot(rand(5)) t...

約4年 前 | 0

回答済み
Changing image rendering?
Basically you are rendering a binary image, and you're getting gray levels instead of just black and white? What are you using ...

5年以上 前 | 0

送信済み


Batch Job
Toolbox to spread batch work over multiple MATLAB instances, even on other PCs

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

5.0 / 5
Thumbnail

送信済み


SC - powerful image rendering
Useful tool for rendering and outputting information rich images

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

4.7 / 5
Thumbnail

質問


When does an update to a function come into effect?
If I edit an existing function, and save the file, when does that change come into effect, in the following scenarios: Code is ...

6年弱 前 | 0 件の回答 | 2

0

回答

回答済み
Matlab editor doubt - edit running code
In more recent versions of MATLAB, if you drag a file from a folder into the editor window, that file will open immediately, eve...

6年弱 前 | 0

質問


How can I render points in 3D such that they correctly occlude each other
When I use plot3() to render points (using the OpenGL renderer, in hardware mode, with full hardware support), the occlusion of ...

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

0

回答

送信済み


fix_lines
Improves the style of lines in MATLAB generated eps files

7年弱 前 | ダウンロード 2 件 |

4.9 / 5
Thumbnail

回答済み
How to display 70 128*128 images in Matlab from a mat file
The imdisp method in the <https://www.mathworks.com/matlabcentral/fileexchange/16233-sc-powerful-image-rendering sc> FEX submiss...

約7年 前 | 0

解決済み


expand intervals
You're given a row vector of an even number of monotonically increasing integers. Each pair of consecutive integers is the lower...

約7年 前

回答済み
Plot 2D images in 3D scatter plot
h = surface(X, Y, Z, im, 'facecolor', 'texturemap', 'edgecolor', 'none'); alpha(h, 0.5); X, Y, and Z are each 2x2 matric...

約7年 前 | 1

| 採用済み

送信済み


maximize
Platform independent function to maximize a figure window.

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

4.5 / 5

送信済み


Image Alignment Demo with several goodies: Lie algebra, auto differentiation...
Demonstration of gradient-based image alignment, including some nice tricks and handy software

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

5.0 / 5
Thumbnail

送信済み


vol3d v2
3-d volume (voxel) rendering

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

4.8 / 5
Thumbnail

回答済み
Which standard MATLAB functions do you shadow with your own version, and why?
I shadow *bsxfun* with my own version, which calls the builtin function bsxfun for all inputs except symbolic ones, for which I ...

8年以上 前 | 0

回答済み
Which standard MATLAB functions do you shadow with your own version, and why?
I shadow *dot* and *cross* with my own versions, which extend the standard functionality to allow for inputs which have <https:/...

8年以上 前 | 0

質問


Which standard MATLAB functions do you shadow with your own version, and why?
When you have two functions on your MATLAB path with the same name, the function in the directory higher up the path gets called...

8年以上 前 | 9 件の回答 | 0

9

回答

送信済み


C++ JSON IO
Mex wrapper to C++ class for fast reading and writing of JSON files

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

5.0 / 5

送信済み


Tensor matrix multiply
Matrix multiplication over tensor arrays (i.e. arrays of matrices), with matrix transposition.

9年弱 前 | ダウンロード 1 件 |

5.0 / 5

回答済み
How do *you* debug mex files on Mac OS
<https://www.mathworks.com/matlabcentral/answers/249023-debugging-c-mex-files-in-xcode-7-on-el-capitan#answer_197054 This> is ho...

約9年 前 | 0

回答済み
Debugging C++ mex files in Xcode 7 on El Capitan
I have been able to hit a breakpoint in my mex code, within the Xcode IDE, by doing the following steps: # <https://www.mathw...

約9年 前 | 0

回答済み
Debugging C++ mex files in Xcode 7 on El Capitan
I build the mex file as a command line project in Xcode, using the following custom build settings: <</matlabcentral/answers/...

約9年 前 | 0

さらに読み込む