질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
fprintf 2 vector output
Thankyou Star Strider

7년 초과 전 | 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...

7년 초과 전 | 답변 수: 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...

7년 초과 전 | 답변 수: 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...

7년 초과 전 | 답변 수: 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...

7년 초과 전 | 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...

7년 초과 전 | 답변 수: 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 ...

7년 초과 전 | 답변 수: 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...

7년 초과 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 8년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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...

8년 초과 전 | 답변 수: 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. ...

8년 초과 전 | 답변 수: 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: ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기