MATLAB Anyone can help with MATLAB software

  • Thread starter Thread starter Ashknany
  • Start date Start date
  • Tags Tags
    Matlab Software
AI Thread Summary
A student studying abroad in the UK is seeking assistance with a MATLAB question related to their Analysis & Methods course. They express a lack of familiarity with MATLAB and request help to solve a specific problem. The discussion includes a link to an image containing the question and emphasizes the importance of consulting the MATLAB manual for guidance. A suggested MATLAB function is provided, which defines a function 'func1' that computes an exponential decay multiplied by a cosine function. Further details on how to proceed with the problem are left open for discussion.
Ashknany
Messages
1
Reaction score
0
Hi there,
anyone can help me to solve MATLAB question ?
i'm continue my studying abroad in UK in the 3rd year
i've Analysis & methods this course and they gave us a question on MATLAB software and i know nothing about it or how to use it :/
and I'm really stick in this question and please anyone can help me with that i will really appreciate it :/

The question is: http://images.q8boy.com/uploads/e936059bf1.jpg
 
Physics news on Phys.org
You must read the Matlab manual in order to solve the question.

For the first function, the Matlab .m file should be:

function u = func1(t)
u = exp(-t) .* cos(t)

The rest is up to you
 

Similar threads

Back
Top