|
Posted: Mon Feb 19, 2007 2:16 am |
|
|
| ALI |
| Site Admin |
|
| |
| Joined: 21 Mar 2006 |
| Posts: 22 |
|
|
|
 |
 |
 |
|
clear all;
close all;
clc;
Rext = 331;
load mydata.mat;
motVol = mydata.Y(:,3).Data;
current = motVol/Rext;
vel = mydata.Y(:,1).Data;
plot(vel,current,'b.'); |
|
|
|
|
Posted: Tue Feb 20, 2007 2:53 am |
|
|
| ALI |
| Site Admin |
|
| |
| Joined: 21 Mar 2006 |
| Posts: 22 |
|
|
|
 |
 |
 |
|
FOR PART 4
////////////////////
clear all;
close all;
clc;
load test.mat;
time = test.X.Data;
vel = test.Y.Data;
plot(time, vel );
//////////////// |
|
|
|
|
Posted: Wed Oct 24, 2007 7:25 am |
|
|
| ALI |
| Site Admin |
|
| |
| Joined: 21 Mar 2006 |
| Posts: 22 |
|
|
|
 |
 |
 |
|
|
|
|
|
Posted: Fri Jun 27, 2008 4:21 am |
|
|
| ALI |
| Site Admin |
|
| |
| Joined: 21 Mar 2006 |
| Posts: 22 |
|
|
|
 |
 |
 |
|
|
|
|
|
| Control and Dynamics Forum Index -> Lab3 |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
|
Powered by phpBB © 2001-2003 phpBB Group
|