![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7517523_1522121860328_DEF.jpg)
Eivind Hennestad
Followers: 0 Following: 0
統計
All
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
Dropbox File API Client - Upload and Download Files
Unofficial Dropbox File API V2 SDK for MATLAB
約1ヶ月 前 | ダウンロード 4 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/d722c8fd-351d-41a2-8d49-7fadc651de6d/3536c1c1-6101-423f-98c4-a6c704ca10f1/images/primaryScreenShot.png)
送信済み
WidgetTable (App Component)
A WidgetTable component for MATLAB uifigures and appdesigner apps
3ヶ月 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/7504e82c-a4fa-4757-8c5c-ad77094a8acd/a3e38c04-8fa0-45c8-a8c1-d9911ad17f8c/images/1718822309.png)
送信済み
openMINDS Metadata Models for MATLAB
A MATLAB toolbox to create metadata instances using the openMINDS metadata models
3ヶ月 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/b8bc10bb-6afb-4c6a-b357-a57037d1dcb3/a16442de-1908-4ad5-ba70-fd7e2579e812/images/primaryScreenShot.png)
送信済み
File downloader/uploader with progress monitor
Download/upload a file from/to the web with progress display using MATLAB's http web services.
5ヶ月 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/441cac8c-b6f5-4134-bc1b-493e0c5bdef5/dea77d73-4eb8-4164-8100-641dc1417326/images/1664743746.png)
送信済み
IconButton (App Component)
A button component for app designer apps that can be styled with an SVG icon
6ヶ月 前 | ダウンロード 2 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/3171ed18-2788-4e49-a0cf-785bbd4d0a13/fa3f22a7-f7c5-410e-b89f-1ae382967859/images/1718400708.png)
送信済み
Recursively list files and folders
Recursively lists files and folders under the specified root path using options to filter results
8ヶ月 前 | ダウンロード 1 件 |
送信済み
getTextExtent
Get the pixel extent of a text string with specified font properties.
8ヶ月 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/09476cc6-0137-4f3e-9c09-a16baa0747f5/0ec8d8b1-9a0c-476a-ad16-212fe1a1f171/images/1718466027.png)
送信済み
NANSEN - Neuro Analysis Software Ensemble
A collection of apps and modules for processing, analysis and visualization of two-photon imaging data.
約1年 前 | ダウンロード 3 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/07b2cd84-23b5-43a5-a61b-a5de9d19687a/6f443523-768e-463b-ad83-274bc37730ec/images/1704377785.png)
回答済み
How to achieve autocompletion for "fake" properties of class inheriting from matlab.mixin.indexing.RedefinesDot
Hi Kyle, Thanks for this thorough information and your suggestions! One of the ideas is that the LinkedFiles instances can b...
How to achieve autocompletion for "fake" properties of class inheriting from matlab.mixin.indexing.RedefinesDot
Hi Kyle, Thanks for this thorough information and your suggestions! One of the ideas is that the LinkedFiles instances can b...
約1年 前 | 0
送信済み
NestedStruct - Represent a nested struct
This is a class that will let you display values of all substructs of a struct.
約1年 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/b6f211c4-dc42-4ac5-886b-619da7977cf5/40fb1604-b646-4c92-8127-5e078686ccbb/images/1702076763.png)
質問
How to achieve autocompletion for "fake" properties of class inheriting from matlab.mixin.indexing.RedefinesDot
I am creating a class MyClass that inherits from matlab.mixin.indexing.RedefinesDot. The class has, among other properties, on...
約1年 前 | 2 件の回答 | 0
2
回答質問
Is it possible to seal a class constructor method
I want to create a base class with a sealed constructor method, but even if I add Sealed to the method attributes of the methods...
1年以上 前 | 1 件の回答 | 1
1
回答質問
How to implement something similar to enumeration member completion?
I have a class called SubjectState where one of the properties (ageCategory) refers to an enumeration class (AgeCategory). If I ...
1年以上 前 | 0 件の回答 | 0
0
回答送信済み
List Physical Drives
List the physical drives that are available on a system.
約2年 前 | ダウンロード 2 件 |
送信済み
Scalebar for images and plots
Create a customizable scalebar for x- and/or y-axis of a 2D plot.
約2年 前 | ダウンロード 12 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/ba3f5738-c959-4921-9b12-f70d52d52194/07438d95-002b-412f-b5f3-9a5181dad88b/images/1669807781.png)
回答済み
How can I obtain a list of the drives available in MATLAB on the Windows machine?
Here is an alternative that lists all the available drives and provides some additional information in a table: https://www.mat...
How can I obtain a list of the drives available in MATLAB on the Windows machine?
Here is an alternative that lists all the available drives and provides some additional information in a table: https://www.mat...
約2年 前 | 0
回答済み
How to get drive name?
An alternative is to use listPhysicalDrives from file exchange
How to get drive name?
An alternative is to use listPhysicalDrives from file exchange
約2年 前 | 0
質問
How to implement right-click and double click in matlab uitables?
I am making a gui with a table of elements, that I want to access and control using the mouse. For example, I want to be able to...
5年以上 前 | 1 件の回答 | 8
1
回答質問
How does imwarp interpolate data when using displacement fields?
I want to use imwarp to warp an image according to a displacement field that I specify. I run into two problems/issues: 1) The d...
6年以上 前 | 1 件の回答 | 1
1
回答回答済み
Why do I get an error updating legend in Matlab 2017b?
This seems to happen when adding CVX ( <http://cvxr.com/cvx/download/> ) to the matlabpath. A possible fix: addpath(gen...
Why do I get an error updating legend in Matlab 2017b?
This seems to happen when adding CVX ( <http://cvxr.com/cvx/download/> ) to the matlabpath. A possible fix: addpath(gen...
7年弱 前 | 3
| 採用済み
質問
Why do I get an error updating legend in Matlab 2017b?
I try to make a simple legend using the following code: figure; myLine = plot(1:10, 'DisplayName', 'This is a straight l...
約7年 前 | 4 件の回答 | 2