필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Can anyone help me understand what it is asking? Plotting wise.

조회 수: 1 (최근 30일)
Matthew Lozancich
Matthew Lozancich 2017년 12월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
We wrote a program to solve ODE's. Now this part of the question says to
Create a function called strobingtheduffing.m which takes in the
arguments y0, N and plots the recordings:
(y1(0), y2(0)),(y1(2π), y2(2π)), . . . ,(y1((N 1)2π), y2((N 1)2π)).
I'm just confused at what it is asking. Could anyone explain in detail?

답변 (1개)

KL
KL 2017년 12월 3일
Without knowing the details about the variables y1,y2 and N, all I can say is you are asked to create a function like,
function outputs = strobingtheduffing(y1,y2,N)
%plot here with handles and you may want to have all the handles as output
end

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by