How would I write a command to take record individual integrals of time of 0.01 from 0 > t > 5

조회 수: 2 (최근 30일)
I am trying to figure out how to take the points of time for each hundreds of a second from 0 to 5. I'm doing this to try and smooth out a curve and am very new at MATLAB (literally only the 1st time I've actually tried to write a script), and going through the help menu for an assignment. I understand how to plot it, just working on getting the data points first.
clear all
clc
beta = 48.03;
lambda = 2.729;
tau = -0.37;
L_phi = -2.729;
L_sigma_a = -43.692;
sigma_a = -3;
t = 0:5;
phi_dot = beta*(1-exp(lambda*t));
phi_ddot = 2.279*phi_dot- 43.692*sigma_a;
  댓글 수: 3
David Scidmore
David Scidmore 2021년 1월 28일
Thank you very much. That's what I needed. Now on to the next part that I'm also stuck on.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by