Community Profile

photo

Kevin O'Hara


Active since 2011

Followers: 0   Following: 0

Message

Structural Engineer
Professional Interests: Loads Analysis, structural dynamics

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
Graduate Civil Engineering Student
MatLab has two function to create a curve through your data. [r1,m1,b1] = regression(xydata1(:,1)',xydata1(:,3)') and p1...

13 years ago | 0

Answered
Graduate Civil Engineering Student
(duplicate information)

13 years ago | 0

Question


Printing a figure using meta to be paste into PowerPoint
I have been using this MatLab code to print a image to storage and then paste it into PowerPoint. temp = strcat([pathB,'U...

13 years ago | 0 answers | 0

0

answers

Question


Sending e-mail
I am sending an e-mail from MatLab using the following code: h = actxserver('outlook.application'); mail = h.CreateItem('olM...

13 years ago | 3 answers | 0

3

answers

Answered
Word COM - writing text into this open document
Is there example MatLab code that shows me how to add text, such as: Flight Test Summary - T1-ETN41 Flight Test: T1_ETN4...

13 years ago | 0

Question


Word COM - writing text into this open document
I need to know how to write text into an open Word document. I used this code to open the word application: word = actxs...

13 years ago | 4 answers | 0

4

answers