photo

Eivind Hennestad


Last seen: Today Aktiv seit 2017

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

6 Fragen
4 Antworten

File Exchange

16 Dateien

RANG
3.230
of 300.365

REPUTATION
18

BEITRÄGE
6 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
15

RANG
7.135 of 20.933

REPUTATION
145

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
16 Dateien

DOWNLOADS
41

ALL TIME DOWNLOADS
958

RANG

of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER 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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

10 Tage vor | 17 Downloads |

5.0 / 5
Thumbnail

Gesendet


EBRAINS Services Toolbox
A collection of api clients and utility functions for interacting with EBRAINS services in MATLAB

14 Tage vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


openMINDS KG Sync Toolbox
Sync openMINDS metadata to and from EBRAINS KG

14 Tage vor | 2 Downloads |

0.0 / 5

Gesendet


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

15 Tage vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


MatBox
A MATLAB toolbox to simplify the development lifecycle

2 Monate vor | 6 Downloads |

0.0 / 5
Thumbnail

Gesendet


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

6 Monate vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

9 Monate vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

etwa ein Jahr vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


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

etwa ein Jahr vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

mehr als ein Jahr vor | 2 Downloads |

0.0 / 5
Thumbnail

Gesendet


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

mehr als ein Jahr vor | 4 Downloads |

0.0 / 5

Gesendet


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

mehr als ein Jahr vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


Catalog
A catalog datatype for MATLAB

mehr als ein Jahr vor | 1 Download |

0.0 / 5
Thumbnail

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

fast 2 Jahre vor | 0

Gesendet


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

fast 2 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Frage


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

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Gesendet


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

fast 3 Jahre vor | 3 Downloads |

0.0 / 5

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

fast 3 Jahre vor | 0

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

fast 3 Jahre vor | 0

Gesendet


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

mehr als 3 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 8

1

Antwort

Frage


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

etwa 7 Jahre vor | 1 Antwort | 1

1

Antwort

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

mehr als 7 Jahre vor | 3

| akzeptiert

Frage


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

fast 8 Jahre vor | 4 Antworten | 2

4

Antworten