
Topic RSS
chart.draw(data, {allowHtml:true, allowCollapse: true, size: 'medium'});
function outputmat=RCSwap(inputmat,index1,index2,dim)
outputmat=inputmat;
if dim==1
outputmat(index1,:)=inputmat(index2,:)
outputmat(index2,:)=inputmat(index1,:)
elseif dim==2
outputmat(:,index1)=inputmat(:,index2)
outputmat(:,index2)=inputmat(:,index1)
end
Edit: I was kinda hoping it would be something worth looking at :/
2:16 pm
src="http://www.youtube.com/embed/c9eGtyqz4gY" frameborder="0" allowfullscreen>
no idea what that link is, but giving the fact it has youtube in it i am confident its not porn!
Most Users Ever Online: 349
Currently Online:
10 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Member Stats:
Guest Posters: 169
Members: 5521
Moderators: 0
Admins: 3
Forum Stats:
Groups: 5
Forums: 23
Topics: 929
Posts: 8145
Newest Members: katrinacu
Moderators:

Log In
Register
Home
Add Reply
Add Topic
Offline



Quote

