photo

Jan de Wilde


Thales Nederland B.V.

Last seen: 約3年 前 2013 年からアクティブ

Followers: 0   Following: 0

Professional Interests: radar: signal processing, image processing

統計

All
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


bordertext( varargin )
Place text on borders of the figure, border of the subplots, on the inner-side or outer-side.

約8年 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Selector( str, choices, nochoice, timeout )
Alternative for menu, with time out and 2D-button placing

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

Thumbnail

送信済み


ViewStruct.m
Display the full structure/contents of a 'struct'

約10年 前 | ダウンロード 1 件 |

Thumbnail

送信済み


SaveEditorProfile.m
Save editor content and create a 'restore'-function

約10年 前 | ダウンロード 1 件 |

送信済み


GetVolumes
Get an overview of all mounted USB/SD devices

約10年 前 | ダウンロード 1 件 |

送信済み


GetEnvironment
Get all environment variables from Operating System

約10年 前 | ダウンロード 2 件 |

Thumbnail

送信済み


GetBits.m
Extract bits form an uint* word

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

回答済み
How do I measure mean of every 10 data of a vector size 1x1500?
*Avoiding loops* , try: A = rand(1,1500); % your data M = mean( reshape( A, 10, 150 ) );

10年以上 前 | 2

回答済み
How to determine which axes are linked with linkaxes()?
I found the solution by myself ... but I want to share it on Matlab Central. See GetLinkedAxes (available in MatlabCentra...

11年以上 前 | 0

| 採用済み

送信済み


GetLinkedAxes
Get all the axes-handles which are linked to the axis-handle.

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

質問


How to determine which axes are linked with linkaxes()?
In my main function I've created some subplots and linked them with linkaxes(). How can I determine in another function (or C...

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

1

回答