<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Object-oriented | Psyops Prime</title>
	<atom:link href="https://psyopsprime.com/tag/object-oriented/feed/" rel="self" type="application/rss+xml" />
	<link>https://psyopsprime.com</link>
	<description>An Idea Log</description>
	<lastBuildDate>Tue, 20 Jun 2017 20:00:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<creativeCommons:license>https://creativecommons.org/licenses/by-nc-nd/4.0/</creativeCommons:license>
<site xmlns="com-wordpress:feed-additions:1">99640787</site>	<item>
		<title>Object Oriented Design</title>
		<link>https://psyopsprime.com/science/object-oriented-design/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design</link>
					<comments>https://psyopsprime.com/science/object-oriented-design/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 20 Jun 2017 20:00:36 +0000</pubDate>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Object-oriented]]></category>
		<category><![CDATA[software engineering]]></category>
		<guid isPermaLink="false">http://psyopsprime.com/?p=1605</guid>

					<description><![CDATA[<p>This post contains valuable resources for object oriented design. Object-Oriented Design from adil raja &#160; Photo by Predi</p>
The post <a href="https://psyopsprime.com/science/object-oriented-design/">Object Oriented Design</a> first appeared on <a href="https://psyopsprime.com">Psyops Prime</a>.]]></description>
										<content:encoded><![CDATA[<p>This post contains valuable resources for object oriented design.</p>
<p><iframe src="https://www.youtube.com/embed/CGpQRWgiNpE" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p><iframe style="border: 1px solid #CCC; border-width: 1px; margin-bottom: 5px; max-width: 100%;" src="//www.slideshare.net/slideshow/embed_code/key/EGMmT07bhe62pi" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="allowfullscreen"> </iframe></p>
<div style="margin-bottom: 5px;"><strong> <a title="Object-Oriented Design" href="//www.slideshare.net/madilraja/objectoriented-design" target="_blank" rel="noopener">Object-Oriented Design</a> </strong> from <strong><a href="https://www.slideshare.net/madilraja" target="_blank" rel="noopener">adil raja</a></strong></div>
<p>&nbsp;</p>
<p><small><a style="text-decoration: none;" title="Image inserted by the ImageInject WordPress plugin" href="http://wpinject.com/" rel="nofollow">Photo</a> by <a href="http://www.flickr.com/photos/36822937@N00/210893404" target="_blank" rel="noopener">Predi</a> <a title="Attribution-NoDerivs License" href="http://creativecommons.org/licenses/by-nd/2.0/" target="_blank" rel="nofollow noopener"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/psyopsprime.com/wp-content/plugins/wp-inject/images/cc.png?w=750" /></a></small></p>The post <a href="https://psyopsprime.com/science/object-oriented-design/">Object Oriented Design</a> first appeared on <a href="https://psyopsprime.com">Psyops Prime</a>.]]></content:encoded>
					
					<wfw:commentRss>https://psyopsprime.com/science/object-oriented-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
				<creativeCommons:license>https://creativecommons.org/licenses/by-nc-nd/4.0/</creativeCommons:license>
<post-id xmlns="com-wordpress:feed-additions:1">1605</post-id>	</item>
		<item>
		<title>Object-oriented Scripting in Octave and Matlab</title>
		<link>https://psyopsprime.com/education/object-oriented-scripting-in-octave-and-matlab/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-scripting-in-octave-and-matlab</link>
					<comments>https://psyopsprime.com/education/object-oriented-scripting-in-octave-and-matlab/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 05:41:08 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Matlab]]></category>
		<category><![CDATA[Object-oriented]]></category>
		<category><![CDATA[Octave]]></category>
		<guid isPermaLink="false">http://psyopsprime.com/?p=1518</guid>

					<description><![CDATA[<p>I am facing a problem of implementing a board game. In this, a smart agent is expected to raise havoc on the board while exploring</p>
The post <a href="https://psyopsprime.com/education/object-oriented-scripting-in-octave-and-matlab/">Object-oriented Scripting in Octave and Matlab</a> first appeared on <a href="https://psyopsprime.com">Psyops Prime</a>.]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">I am facing a problem of implementing a board game. In this, a smart agent is expected to raise havoc on the board while exploring it. I was thinking that if the agent was implemented as an object, it would make life a lot easier from the point of view of implementing the game.</p>
<p style="text-align: justify;">Both Matlab and Octave allow object-oriented scripting. An object can have its own fields and methods. The way it can be accomplished is slightly different for each of these languages. In Matlab, you can create a class and define its methods in the same file that you used to create the class. In Octave, you have to create a folder for a class. You put all the methods for that class in that folder as m-files.</p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="https://www.mathworks.com/help/matlab/matlab_oop/create-a-simple-class.html">Creating a Simple Class &#8211; MATLAB &#038; Simulink</a></h4>
<p>This simple class introduces the basic patterns and syntax for defining a class.</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<blockquote class="embedly-card" data-card-controls="1" data-card-align="center" data-card-theme="light" data-card-key="a8a0731b061246639032e063d551fbc2">
<h4><a href="https://www.gnu.org/software/octave/doc/interpreter/Creating-a-Class.html">Creating a Class (GNU Octave (version 8.4.0))</a></h4>
<p>Creating a Class (GNU Octave (version 8.4.0))</p>
</blockquote>
<p><script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script></p>
<p><small><a style="text-decoration: none;" title="Image inserted by the ImageInject WordPress plugin" href="http://wpinject.com/" rel="nofollow">Photo</a> by <a href="http://www.flickr.com/photos/114986099@N08/15944249368" target="_blank">sapphirebluebird</a> <a title="Attribution-NoDerivs License" href="http://creativecommons.org/licenses/by-nd/2.0/" target="_blank" rel="nofollow"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/psyopsprime.com/wp-content/plugins/wp-inject/images/cc.png?w=750" /></a></small></p>The post <a href="https://psyopsprime.com/education/object-oriented-scripting-in-octave-and-matlab/">Object-oriented Scripting in Octave and Matlab</a> first appeared on <a href="https://psyopsprime.com">Psyops Prime</a>.]]></content:encoded>
					
					<wfw:commentRss>https://psyopsprime.com/education/object-oriented-scripting-in-octave-and-matlab/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
				<creativeCommons:license>https://creativecommons.org/licenses/by-nc-nd/4.0/</creativeCommons:license>
<post-id xmlns="com-wordpress:feed-additions:1">1518</post-id>	</item>
	</channel>
</rss>
