photo

Kevin O'Hara


Active since 2011

Followers: 0   Following: 0

Message

Structural Engineer
Professional Interests: Loads Analysis, structural dynamics

Statistics

MATLAB Answers

3 Questions
3 Answers

RANK
250,337
of 297,503

REPUTATION
0

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

14 years ago | 0

Answered
Graduate Civil Engineering Student
(duplicate information)

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

14 years ago | 1 answer | 0

1

answer

Question


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

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

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

14 years ago | 4 answers | 0

4

answers