photo

Kristoffer Walker


Last seen: etwa ein Monat vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

30 Fragen
16 Antworten

RANG
10.883
of 300.352

REPUTATION
4

BEITRÄGE
30 Fragen
16 Antworten

ANTWORTZUSTIMMUNG
60.0%

ERHALTENE STIMMEN
3

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

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

  • First Review
  • Thankful Level 3
  • First Answer
  • Revival Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Coloring tab in AppDesigner (and getting this Ask a Question to Work in Edge!)
Hi Folks, A normal expectation for most developers is that the tab background color behind the text string that defines the tab...

3 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
My MCR is installed, and path is set, but Matlab does not detect it, and downloading a ZIP file for 2022b fails to work as well
Folks, I called Matlab customer support on this one as it was delaying a critical deadline delivery and want to communicate the...

3 Monate vor | 0

Frage


My MCR is installed, and path is set, but Matlab does not detect it, and downloading a ZIP file for 2022b fails to work as well
Hi Folks, I hope someone can help. My IT department installed the MCR for Matlab 2022b in: C:\Program Files\MATLAB\MATLAB Run...

3 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Using CurrentPoint in UIAxes in AppDesigner with timedate x axis
Folks, CurrentPoint returns a value that is not a timedate format. I do not know how to handle this. I did a Google search, b...

6 Monate vor | 1 Antwort | 0

1

Antwort

Frage


More unexpected behavior multiplying an array with a double
Hello, I am getting unexpected results when I muliply an array by a double. Here is the code: switch app.CorrDropDown.Value ...

6 Monate vor | 2 Antworten | 0

2

Antworten

Frage


Can I use "xcorr" function with bootstrp function?
Folks, Assuming I have two column vectors (v1 and v2), I want to compute the cross correlations of new vectors v11 and v22 that...

7 Monate vor | 1 Antwort | 0

1

Antwort

Frage


What is evaluated to standard output is not being assigned to my variable
Hello, I am having a difficult time understanding why what I'm seeing go to standard output is not being assigned to my variabl...

8 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to align axes in AppDesigner
The solution to this is to recognize that the property of interest to make consistent across all the vertically stacked axes is ...

11 Monate vor | 0

| akzeptiert

Frage


How to align axes in AppDesigner
Hi Folks, In AppDesigner, is there a simple way to code up a PlotAll(app) function that can easily align vertically the x-axes ...

11 Monate vor | 2 Antworten | 0

2

Antworten

Beantwortet
Fastest Way of Opening and Reading .csv Files (Currently using xlsread)
In my experience, the absolute fastest method is textscan. Here is a benchmark to support my claim using a 3.6 GB CSV file with...

etwa ein Jahr vor | 0

Beantwortet
Why such a fuss with ndgrid and meshgrid issues?
Thank you everyone for your input. I will surely look back on this post in the future for the multiple, helpful contributions.

mehr als ein Jahr vor | 0

Frage


Why is navigation tool menu non-responsive in AppDesigner app?
Hello, I have an app I created in AppDesigner. It has 3 axes in the window. I plot images using pcolor in two of these axes. ...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


Why such a fuss with ndgrid and meshgrid issues?
Folks, In the world of artificial intelligence and more intelligent programming, I would like to see more intelligence put into...

mehr als ein Jahr vor | 5 Antworten | 0

5

Antworten

Beantwortet
How can I use ginput in app designer?
The workaround for lack of ginput support for UIAxes is alarming. I've been constantly frustrated by this lack of attention, an...

mehr als ein Jahr vor | 0

Frage


Why do AppDesigner drop-down menus dissapear?
I have an AppDesigner app. It has many UI components on it. I am not using the grid layout for containment. It has been worki...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Best practice for saving and loading axes children from and to an app designer axes?
Hello, I have an app created in app designer. It has 3 GUI windows. The master window declares a public data container, which...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


rng usability missing seed functionality
Folks, It looks like using "seeds" is being considered "old fashioned" in Matlab 2022b, and there is a warning about it suggest...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


App Designer in 2022b reverses menu bar in app designed in 2020a!
Hi, I just installed 2022b. Upon opening a app made in app designer 2020a, I got a warning message saying it was automatically...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to fix rendering issue in AppDesigner axes?
Folks, I am trying to use: set(0,'DefaultFigureRenderer','opengl') to fix an issue I have in AppDesigner. The axes legend sh...

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Axes automatically change size and get mis-aligned in App Designer
Hello Matlab Community! Happy New Year! Hope you all have a productive year coding your hearts away to solve important problem...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I assign a different category list to each row in the same column using UITable in AppDesigner?
Hello, One of the issues I am facing is that I'm trying to sort a list of categories depending on each row in a UITable. It se...

etwa 5 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How to detect the calling axes from context menu using AppDesigner
Hello Folks, I hope you are all staying safe out there. I am in the middle of a development project. So I have been posting s...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
App Designer: How to open a second GUI or a new window with panels, lamps, edit fields, etc. by a ButtonPush callback ?
This should get you 99% of the way there. https://www.mathworks.com/help/matlab/creating_guis/creating-multiwindow-apps-in-app-...

etwa 5 Jahre vor | 0

Beantwortet
Check if GUI is open
None of the above seems to work for me when I am trying to detect if a GUI created from AppDesigner is open. Does anyone know h...

etwa 5 Jahre vor | 0

Frage


How to orient a vertical depth scrollbar so that Max Depth value is at the bottom
Folks, Is there a simple way in AppDesiger to have the option to "reverse" the orientation property of a scrollbar so that Min/...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to smooth 2d matrix
Use the ":" operator to convert the matrix to a vector, use smooth() to smooth, and return the content to the original matrix fo...

mehr als 5 Jahre vor | 0

Frage


Why are there random offsets in the alignment of my App Designer axes?
Folks, When I click "Run" in AppDesigner, my single UI window that comes up has random differences in the vertical height and v...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


App Designer: "Value" element now a string
Folks, Is there any replacement variable for the "Value" in a dropdown UI element that enables me to get the index of the array...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to disable the axes interactivity tool popups?
Folks, I am wondering how I might disable being able to have the automated navigation popup at the upper right of axes pop up w...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


AppDesigner future question: Menu Bar and Context Menus
Matlab Designers, I created an app yesterday in AppDesigner and loved it, much more so than GUIDE. My understanding is that Me...

mehr als 5 Jahre vor | 3 Antworten | 0

3

Antworten

Mehr laden