Community Profile

photo

Eivind Hennestad


Last seen: Today Attivo dal 2017

Followers: 0   Following: 0

Statistiche

All
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 2
  • Thankful Level 2
  • 5-Star Galaxy Level 1
  • First Answer
  • First Submission
  • Explorer
  • First Review

Visualizza badge

Feeds

Visto da

Inviato


openMINDS Metadata Models for MATLAB
A MATLAB toolbox to create metadata instances using the openMINDS metadata models

circa un mese fa | 2 download |

Thumbnail

Inviato


Recursively list files and folders
Recursively lists files and folders under the specified root path using options to filter results

circa un mese fa | 6 download |

Inviato


Catalog
A catalog datatype for MATLAB

circa 2 mesi fa | 3 download |

Thumbnail

Inviato


File downloader/uploader with progress monitor
Download/upload a file from/to the web with progress display using MATLAB's http web services.

circa 2 mesi fa | 3 download |

Thumbnail

Inviato


NANSEN - Neuro Analysis Software Ensemble
A collection of apps and modules for processing, analysis and visualization of two-photon imaging data.

4 mesi fa | 5 download |

Thumbnail

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

4 mesi fa | 0

Inviato


NestedStruct - Represent a nested struct
This is a class that will let you display values of all substructs of a struct.

4 mesi fa | 1 download |

Thumbnail

Domanda


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

4 mesi fa | 2 risposte | 0

2

risposte

Domanda


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

8 mesi fa | 1 risposta | 1

1

risposta

Domanda


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

9 mesi fa | 0 risposte | 0

0

risposte

Inviato


List Physical Drives
List the physical drives that are available on a system.

oltre un anno fa | 2 download |

Inviato


Scalebar for images and plots
Create a customizable scalebar for x- and/or y-axis of a 2D plot.

oltre un anno fa | 28 download |

Thumbnail

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

oltre un anno fa | 0

Risposto
How to get drive name?
An alternative is to use listPhysicalDrives from file exchange

oltre un anno fa | 0

Inviato


findNumTiffDirectories
Find number of images (IFDs) in a tiff file.

circa 2 anni fa | 3 download |

Thumbnail

Domanda


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

quasi 5 anni fa | 1 risposta | 8

1

risposta

Domanda


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

oltre 5 anni fa | 1 risposta | 1

1

risposta

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

quasi 6 anni fa | 3

| accettato

Domanda


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

oltre 6 anni fa | 4 risposte | 2

4

risposte