Community Profile

photo

Brad


Last seen: 12 månader ago Active since 2013

Programming Languages:
MATLAB

Statistics

  • First Review
  • Thankful Level 5

View badges

Content Feed

View by

Question


How do I extract the HH:MM:SS.FFF portion of a julian day time stamp?
I have a 2x1 cell array containing the following data; Data_Time_Stamps_Cells = ' 086 2020 18:30:19.578' ' 086 2020 18:30...

nästan 4 år ago | 2 answers | 0

2

answers

Question


Do other options exist when applying marker face colors to a gplotmatrix?
I'm implementing a gplotmatrix where the need to add marker face colors is needed for visual engancement. In the process of do...

mer än 4 år ago | 0 answers | 0

0

answers

Question


Is the gplotmatrix function capable of plotting with more than the 7 built in colors?
I'm attempting to produce a group plot matrix using the following syntax; [h, ax, bigax] = gplotmatrix(xvars, yvars, group, Col...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Can MATLAB duplicate cell array entries without creating cell within cells?
I'm attempting to duplicate cell array data (from 1 cell array) and place in a different cell array without creating cells withi...

nästan 6 år ago | 1 answer | 0

1

answer

Answered
Is there a way to use ISMEMBER to obtain specific rows of data in a cell array?
It appears I've answered my own question with the following solution; E = B(ismember(B(:, 1), A), :);

ungefär 6 år ago | 4

| accepted

Question


Is there a way to use ISMEMBER to obtain specific rows of data in a cell array?
I'm attempting to use ISMEMBER in order to obtain specific rows of data in a cell array. The code I'm currently using is: %...

ungefär 6 år ago | 1 answer | 0

1

answer

Question


Can subplots axes limits be edited after the plot has been created and closed, without the Property Editor?
I've generated several figures (each of which contain 2 stacked subplots with a since wave in each subplot), using the following...

ungefär 6 år ago | 1 answer | 0

1

answer

Question


How do I sort filenames containing text and numbers in numerical order in MATLAB?
I have a series of .png files in a folder whose names are the following; (A)Test_Nom_BAUD1.png (A)Test_Nom_BAUD7.png ...

mer än 6 år ago | 3 answers | 0

3

answers

Question


Can the font size of gscatter x-axis and y-axis labels be changed?
I'm creating several group scatter plots where the a-axis and y-axis labels vary from plot to plot. The parameters xnam and ynam...

nästan 7 år ago | 1 answer | 0

1

answer

Question


Will REGEXP recognize specific characters within parenthesis?
I'm attempting to use REGEXP to match a specific string within a set of parenthesis. The code I'm using is as follows; str ...

nästan 7 år ago | 1 answer | 0

1

answer

Question


Is there more than 1 way to acount for header lines while using TEXTSCAN?
I've a text file containing the following sample data: #* # #***** # SOME TEXT #----- AAAA A1D2 R2D2 ...

nästan 7 år ago | 2 answers | 0

2

answers

Question


How do I find and replace strings in a cell array with numerical values?
I've got the following 3 x 5 cell array; 10000.1110000000 20000.9000000000 100.450000000000 22445 'SET_THRESH' 20000.222...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


How do I increment a 4-digit number in a character array?
I've got a 1x4 character array containing a 4-digit number. IRN = '0050'; I'm looking for a way to increment this number...

ungefär 7 år ago | 2 answers | 0

2

answers

Question


Can I add a PNG file to an existing PowerPoinit presentation using MATLAB?
I'm attempting to add a PNG file to slide 2 of an an existing 2-slide PowerPoint presentation using the following code; % C...

ungefär 7 år ago | 0 answers | 0

0

answers

Question


Is it possible to create a border box that conforms to the dimensions of a UITable?
I've been reviewing the MATLAB documentation pertaining to the UITable function. One thing I'm not seeing is a parameter that al...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


Is it possible to apply common axes values to existing figures?
I'm attempting to open existing figures, and apply a common set of axes to the plots within each figure. But I'm not sure MATLAB...

ungefär 7 år ago | 1 answer | 0

1

answer

Question


Is MATLAB For Home compatible with Windows 10 Home?
I'm in the market for a new laptop, several of which have the Windows 10 Home OS pre-loaded. Will MATLAB For Home run on a PC...

mer än 7 år ago | 1 answer | 0

1

answer

Question


Can MATLAB create subfolders within subfolders, programmatically?
I’m attempting to create a file structure using the following code; % Make the Junk folder the current folder cd Junk; ...

mer än 7 år ago | 1 answer | 0

1

answer

Question


How do I dynamically assign subsets of array data to unique variables without a loop?
I’ve got a 4x5 double array of data that looks like this; 11 1 11 111 1111 22 2 22 222 2222 11 3 33 333 3333 22 4 ...

mer än 7 år ago | 1 answer | 0

1

answer

Question


Is plotyy producing jitter in the x-axis, or is it my code?
I've got a strange problem when I use the plotyy function in the following code; % Plot Altitude and Versions with Time ...

mer än 7 år ago | 1 answer | 0

1

answer

Question


How do I center numbers in a UI Table?
I'm looking at using a UI Table to store numbers up to 5 characters in length. But I'm having problems getting the actual number...

nästan 8 år ago | 1 answer | 1

1

answer

Question


How do I make a MATLAB created table properly appear in EXCEL?
I'm attempting to write a MATLAB created table to EXCEL using the following code; % % Write_Parts_Table.m % % ...

nästan 8 år ago | 1 answer | 0

1

answer

Question


How does XLSWRITE interact with EXCEL?
I’m attempting to write data into an EXCEL spreadsheet using the following MATLAB code; % % XLSWRITE_Test.m % ...

nästan 8 år ago | 1 answer | 0

1

answer

Question


Can regexprep be used for partial text replacements containing special characters?
I have a text file containing the following 3 lines of data: "028 2016 10:11:12.12345" 39.028469 -104.484128 2070 "02...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


How do I format an array of values to a specific number of digits?
I've got a 5 X 1 double array that looks like this; >> Y = [1;2;3;4;5]; >> Y Y = 1 2 ...

ungefär 8 år ago | 2 answers | 0

2

answers

Answered
Why are the hour portions of my GMT times not being shown when I export data to Excel?
For unknown reasons, I had to add the following 2 lines of code to solve this problem; RangeObject = ActiveSheet.Range('CEL...

ungefär 8 år ago | 0

| accepted

Question


Why are the hour portions of my GMT times not being shown when I export data to Excel?
I'm attempting to export some GMT time tagged data to Excel, that looks like this; 21:48:52.03 78532.0390000000 0 21:48:...

ungefär 8 år ago | 2 answers | 0

2

answers

Question


How do I use the ismember function (if possible) to locate the min/max GMT time elements within a cell array?
I have the following 5x4 cell array; z = { '21:48:50.53' 78530.5390000000 2 580; '21:48:51.28' 78531.2890000000 4 581; ...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


How do I add multiple .PNG files to an existing PowerPoint (.pptx) file using a for loop?
Using MATLAB 2015a, I've been attempting to add numerous .png files to an existing PowerPoint 2010 presentation (.pptx) using th...

ungefär 8 år ago | 2 answers | 1

2

answers

Question


How do I replace data in an array in a specific order?
I'm attempting to write a chunk of code that takes a 5 x 2 array of doubles, locate specific times in the first column of data, ...

mer än 8 år ago | 1 answer | 0

1

answer

Load more