Eivind Hennestad - MATLAB Central
photo

Eivind Hennestad


Last seen: 2 days ago Active since 2017

Followers: 0   Following: 0

Statistics

All
File ExchangeMATLAB AnswersFrom 12/17 to 04/25Use left and right arrows to move selectionFrom 12/17Use 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

6 Questions
4 Answers

File Exchange

15 Files

RANK
3,201
of 298,237

REPUTATION
18

CONTRIBUTIONS
6 Questions
4 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
15

RANK
7,497 of 20,553

REPUTATION
129

AVERAGE RATING
5.00

CONTRIBUTIONS
15 Files

DOWNLOADS
41

ALL TIME DOWNLOADS
890

RANK

of 160,651

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


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

6 days ago | 1 download |

0.0 / 5
Thumbnail

Submitted


MatBox
A MATLAB toolbox to simplify the development lifecycle

2 months ago | 3 downloads |

0.0 / 5
Thumbnail

Submitted


Dropbox File API Client - Upload and Download Files
Unofficial Dropbox File API V2 SDK for MATLAB

3 months ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


WidgetTable (App Component)
A WidgetTable component for MATLAB uifigures and appdesigner apps

5 months ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

7 months ago | 1 download |

5.0 / 5
Thumbnail

Submitted


IconButton (App Component)
A button component for app designer apps that can be styled with an SVG icon

8 months ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Rating (App Component)
An app component for giving a rating (stars)

10 months ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


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

10 months ago | 1 download |

0.0 / 5

Submitted


getTextExtent
Get the pixel extent of a text string with specified font properties.

10 months ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Catalog
A catalog datatype for MATLAB

1 year ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

1 year ago | 7 downloads |

0.0 / 5
Thumbnail

Answered
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 year ago | 0

Submitted


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

1 year ago | 1 download |

0.0 / 5
Thumbnail

Question


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 year ago | 2 answers | 0

2

answers

Question


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 year ago | 1 answer | 1

1

answer

Question


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 year ago | 0 answers | 0

0

answers

Submitted


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

2 years ago | 1 download |

0.0 / 5

Submitted


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

2 years ago | 13 downloads |

5.0 / 5
Thumbnail

Answered
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 years ago | 0

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

2 years ago | 0

Submitted


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

3 years ago | 3 downloads |

0.0 / 5
Thumbnail

Question


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

6 years ago | 1 answer | 8

1

answer

Question


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 years ago | 1 answer | 1

1

answer

Answered
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 years ago | 3

| accepted

Question


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 years ago | 4 answers | 2

4

answers