photo

Matt O'Brien


Last seen: 대략 1개월 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer
  • Thankful Level 2
  • First Review

배지 보기

Feeds

보기 기준

답변 있음
Report Generator Word Wrap inside Table cells. Words split rather than complete flowing to next line.
I appreciate your response. I will explore your suggestion later in the Autumn / darker nights. I have largely given up on Mat...

대략 2개월 전 | 0

답변 있음
Exclude System or Hidden Folders from Mac Dir List
I am posting this... just in case there is interest ...I do not expect anyone to dig thru this stuff. I found a glitch abov...

1년 초과 전 | 0

답변 있음
Exclude System or Hidden Folders from Mac Dir List
Just a quick update. I am getting very confusing results. While the system Find results were initially promising, the MatLab di...

1년 초과 전 | 0

답변 있음
Exclude System or Hidden Folders from Mac Dir List
I am keen to supply feedback asap .... realised I needed to run the script in a Mac environment... I copied the struct output ...

1년 초과 전 | 0

답변 있음
Exclude System or Hidden Folders from Mac Dir List
Update. Explore finding Hidden and Visible files/folders using Apple native tools. I have spent considerable time exploring t...

1년 초과 전 | 0

답변 있음
Exclude System or Hidden Folders from Mac Dir List
Thanks for the syntax. I got the following to work ... in principle ... -a includes hiddenitems -R recursive mode ... clc ...

1년 초과 전 | 0

답변 있음
Exclude System or Hidden Folders from Mac Dir List
Thank you for your feedback. Appreciated. We are completely on the same page. I think the absense of a proper MatLab dir funct...

1년 초과 전 | 0

질문


Exclude System or Hidden Folders from Mac Dir List
Here is the attributes for the System Volume Information directory on a Mac disk. How can I get a Dir listing of all folder...

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

5

답변

답변 있음
How to I validate a string to ensure it contains a valid Date .
I re-read the description for 'lower' function and can see converting the string to lower will only adjust upper alphas... Will...

1년 초과 전 | 0

답변 있음
How to I validate a string to ensure it contains a valid Date .
What a super quick response... appreciated.... I like the regex solution for a few reasons... especially as I can re purpose t...

1년 초과 전 | 0

질문


How to I validate a string to ensure it contains a valid Date .
I know how to convert a string to a date...... but how do I validate if the string is a valid date. Example MyStr = '23max2023...

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

1

답변

답변 있음
How do I align decimal points in a table?
A crude work around is to replace leading spaces with underscores. Test data is slightly adjusted to show more variety of chars ...

1년 초과 전 | 0

답변 있음
How do I align decimal points in a table?
I have used a formatting string as indicated, but : the numbers are now strings and ..... aligns left. This might be ok, but it...

1년 초과 전 | 0

질문


Report Generator Word Wrap inside Table cells. Words split rather than complete flowing to next line.
Table, 1 column, 2 rows. Words truncated at end of each line. See yellow boxes. Here is the code, using paragraphs. MyATe...

거의 2년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Specify Path for Image in Report Generator
Here are two examples. The first (SideBySidePicsExampleV2.m) is based on the example at this link. https://uk.mathworks.com/he...

거의 2년 전 | 0

답변 있음
Specify Path for Image in Report Generator
I have just realized the MatLab prototype app / script I have will not show the problem, as I have coded around the problem to a...

거의 2년 전 | 0

질문


Specify Path for Image in Report Generator
I have a pdf generated via MatLab Report Generator. I have a few remaining issues. I have spent days trying to resolve via sea...

거의 2년 전 | 답변 수: 3 | 0

3

답변

질문


MatLab Report Generator Word Wrap Issues
I have a pdf generated via MatLab Report Generator. I have a few remaining issues. I have spent days trying to resolve via sea...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Unpredictable outcome placing images in a single cell table.
I am trying to create a Pdf, landscape size, size 9 inches wide by 5 inches high, for viewing on an ipad Pro. On this page I wi...

거의 2년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Getting a List of Files.... Should Be Easy But
I think this might be the final version..... I may find some other odd directories which may need to be excluded, but this code ...

대략 2년 전 | 0

| 수락됨

답변 있음
Getting a List of Files.... Should Be Easy But
Thanks. Just home, so will pick up in the morning. Documentation on fileattrib seems to indicate char or string but not array....

대략 2년 전 | 0

답변 있음
Getting a List of Files.... Should Be Easy But
I discovered another condition which needs to be catered for, to be able to get a list of all files and subfiles from a selected...

대략 2년 전 | 0

질문


Deployment Problems GUI to Exe (or Web or Desktop)
I have a GUI app at the development stage where it is ready to deploy for beta testing (approx. 5 beta testers). I am running...

대략 2년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Getting a List of Files.... Should Be Easy But
I am a serious amateur photographer. A civil engineer by qualification but got into the Information Technology world ex college...

대략 2년 전 | 0

답변 있음
Getting a List of Files.... Should Be Easy But
To Walter. I ran into a problem with the following. "No loop is needed." iFile in the following line is not defined. This is ...

대략 2년 전 | 0

답변 있음
Getting a List of Files.... Should Be Easy But
Here is my current state of play..... This elegant snippet (from Walter Roberson ...much appreciated) does most of the heavy li...

대략 2년 전 | 0

답변 있음
Getting a List of Files.... Should Be Easy But
Just some feedback ... rootdir = 'W:\MoB_AllData\MoB_TestCopyOfSD_Card Valid\**\*.*' dinfo = dir( rootdir ); dinfo([dinfo.isd...

대략 2년 전 | 0

답변 있음
Getting a List of Files.... Should Be Easy But
I will explore the various suggestions..... Thanks... all good. Some of the hidden files can be recognised with a name sta...

대략 2년 전 | 0

질문


Getting a List of Files.... Should Be Easy But
I have a GUI app 99% complete, but have spent several days trying to resolve what, to me, should be an extremely simple task. ...

대략 2년 전 | 답변 수: 10 | 0

10

답변

답변 있음
Problems with Tables which contain a single row.
What a super quick response.... really appreciated. I have refined your version as follows. I prefer to use the column variab...

대략 2년 전 | 0

| 수락됨

더 보기