Community Profile

photo

RST


Last seen: 27 jours il y a Actif depuis 2015

Statistiques

All
  • First Answer
  • Matrix Patterns I Master
  • Indexing II Master
  • First Submission
  • First Review
  • Indexing I Master
  • Matrix Manipulation II Master
  • Computational Geometry I Master
  • Matrix Manipulation I Master
  • Tiles Challenge Master
  • ASEE Challenge Master
  • Leader

Afficher les badges

Content Feed

Afficher par

A répondu
Is there a generic modal dialog for appdesigner that can be customized?
Since R2020b we can make a custom AppDesigner modal dialog by using these features: app.UIFigure.WindowStyle = 'modal' uiwait(...

environ 2 mois il y a | 0

A répondu
How to handle listener lifetime in MATLAB apps?
Answering my own question. I have not tried MagicListener for this, but it looks useful. Instead, my client app saves a lis...

4 mois il y a | 0

A répondu
How can I edit an appdesigner's destructor
Given that the CloseRequest() function is is not called when an app is delete()-ed, I believe the most reliable solution is to l...

4 mois il y a | 0

Question


How to handle listener lifetime in MATLAB apps?
This simple two-window app has a data source app which passes data via an event to one or more listeners. The source is wavefo...

5 mois il y a | 1 réponse | 0

1

réponse

A répondu
mustBeMember validation problem failure
Self answer. The char array is being forced into a column vector not the intended row vector. We want the size to be constrain...

6 mois il y a | 0

| A accepté

Question


mustBeMember validation problem failure
This class fails property validation on construction classdef validationTester properties coupling (1,:) char {mu...

6 mois il y a | 1 réponse | 0

1

réponse

A répondu
How do I convert a numerical vector into a comma-delimited string?
We can also use compose() for a formatted one-liner: a = rand(5,1); csva = strjoin(compose('%.3f', a), ', ') and also for 2D...

9 mois il y a | 0

A répondu
Difference between tcpclient and tcpip?
In addition to the above it appears that: tcpip acts as a MATLAB fileID (similar to a C-language FILE*), so supports fread(), ...

plus d'un an il y a | 1

A répondu
How do I activate MATLAB or other MathWorks Products?
What to do when activate_matlab.exe does not open / fails silently? Win7/64, MATLAB 2018b, used to work fine.

environ 5 ans il y a | 0