Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dseries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sébastien Villemot
dseries
Commits
027dd766
Verified
Commit
027dd766
authored
Jan 23, 2019
by
Stéphane Adjemian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README and fixed headers.
parent
b7dace66
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
src/@dseries/initialize.m
src/@dseries/initialize.m
+1
-1
src/@dseries/subsref.m
src/@dseries/subsref.m
+1
-1
No files found.
README.md
View file @
027dd766
...
...
@@ -27,7 +27,7 @@ or downloading a zip archive:
Add the
`dseries/src`
folder to the Matlab/Octave path, and run the following command (on Matlab/Octave) prompt:
>> dseries.initialize()
>> dseries
()
.initialize()
which, depending on your system, will add the necessary subfolders to
the Matlab/Octave path. Also, if
...
...
src/@dseries/initialize.m
View file @
027dd766
function
initialize
(
fake
)
% Copyright (C) 2015-201
8
Dynare Team
% Copyright (C) 2015-201
9
Dynare Team
%
% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
...
...
src/@dseries/subsref.m
View file @
027dd766
...
...
@@ -15,7 +15,7 @@ function r = subsref(o, S) % --*-- Unitary tests --*--
% by applying a public method on `o`, or a dseries object built by extracting
% a variable from `o`, or a dseries object containing a subsample.
% Copyright (C) 2011-201
8
Dynare Team
% Copyright (C) 2011-201
9
Dynare Team
%
% This file is part of Dynare.
%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment