提问


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

8 years 前 | 1 个回答 | 0

1

个回答

已回答
fprintf 2 vector output
Thankyou Star Strider

8 years 前 | 0

提问


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

8 years 前 | 2 个回答 | 0

2

个回答

提问


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

8 years 前 | 3 个回答 | 0

3

个回答

提问


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

8 years 前 | 2 个回答 | 0

2

个回答

已回答
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...

8 years 前 | 0

| 已接受

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 3 个回答 | 0

3

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

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

8 years 前 | 0

提问


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

8 years 前 | 2 个回答 | 1

2

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 2 个回答 | 0

2

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 2 个回答 | 0

2

个回答

已回答
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. ...

8 years 前 | 0

提问


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

8 years 前 | 3 个回答 | 0

3

个回答

提问


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

8 years 前 | 2 个回答 | 0

2

个回答

提问


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

8 years 前 | 2 个回答 | 0

2

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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.

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

9 years 前 | 2 个回答 | 0

2

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

加载更多