![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2745435_1522091052932_DEF.jpg)
Kevin O'Hara
2011년부터 활동
Followers: 0 Following: 0
Structural Engineer
Professional Interests: Loads Analysis, structural dynamics
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...
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년 전 | 0
질문
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년 전 | 답변 수: 1 | 0
1
답변질문
Sending e-mail
I am sending an e-mail from MatLab using the following code: h = actxserver('outlook.application'); mail = h.CreateItem('olM...
거의 14년 전 | 답변 수: 3 | 0
3
답변답변 있음
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...
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년 전 | 0
질문
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년 전 | 답변 수: 4 | 0