Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
XI LUO committed Mar 15, 2023
0 parents commit e9205a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Main.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
% Clean
clc;
close all;

% System Parameters
7 changes: 7 additions & 0 deletions Robot_Dog.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
function [outputArg1,outputArg2] = Robot_Dog(inputArg1,inputArg2)
%ROBOT_DOG Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end

0 comments on commit e9205a4

Please sign in to comment.