Kevin O'Hara
Followers: 0 Following: 0
Structural Engineer
Professional Interests: Loads Analysis, structural dynamics
Statistics
RANK
149 038
of 295 467
REPUTATION
0
CONTRIBUTIONS
3 Questions
3 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
Feeds
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...
mer än 13 år 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...
mer än 13 år ago | 1 answer | 0
1
answerQuestion
Sending e-mail
I am sending an e-mail from MatLab using the following code: h = actxserver('outlook.application'); mail = h.CreateItem('olM...
nästan 14 år ago | 3 answers | 0
3
answersWord 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...
nästan 14 år 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...
nästan 14 år ago | 4 answers | 0