Domanda


Can Matlab Calculate Using Variable Symbology with No Real Value?
I am trying to calculate rotations without given angles using only the coordinates from one system to the next and then using tr...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Risposto
fprintf 2 vector output
Thankyou Star Strider

oltre 7 anni fa | 0

Domanda


fprintf 2 vector output
I am trying to print 2 vectors side by side. I have tried using the syntax stated in the <http://au.mathworks.com/matlabcentr...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Re-Initialze existing cell with zeros without specifying dimensions
Is there a way to re-initialize an existing cell / array without specifying the dimensions of said cell / array? Ie. te...

oltre 7 anni fa | 3 risposte | 0

3

risposte

Domanda


Is Clearing Redundant Cells Necessary
If I am running a Main script then executing sub-scripts, is there any point in me clearing the redundant cells no longer needed...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Risposto
Why is the following code not working to print using fprintf ?
I found the problem. As I am working of a portable HD I would select the drive and select the "Add to Path" then "Selected Fo...

oltre 7 anni fa | 0

| accettato

Domanda


Calling Global value in a subroutine
I have a subroutine script that requires a value from the master. The master has a global specifier and is tied to a separate...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Why is the following code not working to print using fprintf ?
I am trying to print the following into the text file 'leftImageResults'. Can someone please inform me as to why the code is ...

oltre 7 anni fa | 3 risposte | 0

3

risposte

Domanda


Can one delete a whole array
Is there a way to delete an array from the workspace once it has been used and no longer requires referencing? I have tried t...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Risposto
Adding month values to datetime function
Never mind I figured out what was wrong. CalWin = datenum(ObsDate) CalWin = addtodate(CalWin, 3, 'month') datestr(Cal...

quasi 8 anni fa | 0

Domanda


Adding month values to datetime function
If I have a datetime value of today, can I add 3 or 6 months to that value without splitting the date into 3 separate arrays (dd...

quasi 8 anni fa | 2 risposte | 1

2

risposte

Domanda


Datetime command not working as specified
I have the code CurDate = datetime('now','format', 'dd/MM/yyyy') prior to calling CurDate the value shows 26/05/20...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Set GUI Color to a Specific Color Code
So I have a GUI with the background colour of what I would call aqua (colour code 009999). I desire to set the edit boxes to ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Global arrays using GUIDE
I have an array (1,3) of values in the edit box 4 callback function (HMS1). Similarly I have another array in the edit box 6 ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


If statement (in master GUI) to call slave GUI and then have the slave edit value in master and program continue in master.
Excuse the question heading but I don't know how else to describe it. I have a master GUI. In the master GUI which has numero...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


If statement with 2 commands
I have a 1 x 3 matrix (DMS). Values are [26, 50, 60] Code is: if DMS(1,3) == 60 DMS (1,2) = DMS (1,2) + 1 & D...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Cell values to numbers
So I have cell (1 x 2) created using the strsplit command (DMS = strsplit(StrVal, '.')). I then use the cell2mat command to c...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Determining decimal point validation
I have a editbox in a GUI created in Guide. The type of input will be D.MMSS. I want to be able to determine if the value ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to undo an accepted answer?
How does one change an accepted answer?

circa 8 anni fa | 2 risposte | 0

2

risposte

Risposto
How does one count the characters in an array?
That does not work. The characters are not explicitly defined as elements in an array, but rather string values in a handle. ...

circa 8 anni fa | 0

Domanda


How does one count the characters in an array?
How do I obtain an arrays character count? Eg. Value = 1111 I want the character count output to be 4

circa 8 anni fa | 3 risposte | 0

3

risposte

Domanda


Syntax Issue in If Statement Using Handles
I am trying to write an if statement in a function, to determine if the handles values are of valid type, as per the stipulation...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


GUI Edit Text Box Value Check
During runtime I want my GUI to confirm there are values in 4 edit boxes before the user can continue filling out the 5th edit b...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Popup selection dictated by button selection
I have 2 push buttons on my GUI. When I push pushbutton 1, I want popup menu 1 to show, similarly when I push pushbutton 2 I ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to open one GUI from Another using a Pop-up menu
So I have a main GUI that I want to open up sub-GUIs. On the main GUI I have 2 push buttons (Car and Boat) next to each other...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Running Matlab Software on the Android App
Does anyone know how to load and run programs using the android app? The programs are saved on the device storage.

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Tieing a pop-up menu to a push button
I have 2 pushbuttons and 2 pop-up menus. I want to tie pushbutton 1 to pop-up menu 1 and pushbutton 2 to pop-up menu 2. I ...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


How to I referrence a value (matrix) from script file to a function file
I have a function file that has a subroutine. When I run the subroutine I want to then reference a value from the script file...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


How to display colour in command window output
If I have an if statement with conditions, how do I print a statement in different colours in the Command Window? eg. ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Chi Squared Hypothesis 2 Tailed Test
I have reviewed the previous questions and answers regard the Chi Squared test and can not find the answer to the following: ...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Carica altro