Community Profile

photo

Andrew


Active since 2012

Statistics

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Question


Warning messages preventing MATLAB from running from Task Scheduler?
I've got a script that runs every day via Windows Task Scheduler. Part of the script uses griddata to interpolate a matrix from...

11 years ago | 1 answer | 0

1

answer

Answered
Call Edit text from another Edit text in another Gui
TachTongDiep doesn't know what the handle is for PhatHienLSB. So when you call handles.PhatHienLSB.Edit1 in TachTongDiep, it doe...

11 years ago | 0

| accepted

Question


Run a long program and a stopwatch simulaneously in a GUI?
I have a program that takes a long time to run (mostly because of a griddata function). My vision was to include a GUI running ...

11 years ago | 0 answers | 0

0

answers

Question


Question about uiwait - Unwanted beep when passing to a second modal GUI
I have two GUIs. Pressing a button on my first GUI leads to a second GUI that is modal, pauses the first GUI with uiwait, and r...

11 years ago | 1 answer | 0

1

answer

Question


Eliminating Imaginary Numbers in an Array
Let's say I have an array, Array = -1/8:1/16:1/8; so the array should be [-1/8 -1/16 0 1/16 1/8] and I want to find all t...

12 years ago | 1 answer | 0

1

answer

Question


Finding rows and columns of a data set
My problem is this. I have two 2d matrices, one contains latitude coordinates, the other contains longitude coordinates so that ...

12 years ago | 1 answer | 0

1

answer