prolog Examples for the prolog(Knowledge Representation) ProjectCodeing Examples for the prolog Example1: Write a prolog program to check if the given number is positive or negative. sol// Domains I= integer Pr... اقرأ المزيد
matlab Exercises matlab program for drawing ProjectCodeing Exercises matlab program for drawing ex/ 1. Clips the polygon showing in figure against each edge of the Clipping window (left, top, botto... اقرأ المزيد
matlab program for drawing a circle ProjectCodeing drawing a circle ex/ The matlab program for drawing a circle using parametric polar method. sol// function circle(xc,yc,r); clf; dt=1/r;... اقرأ المزيد
Example Two Dimension shearing ProjectCodeing Example Two Dimension shearing Example 1/Share the object (1,1) , (3,1) , (1,3) , (3,3) with a: Shx=2 b: Shy=2. sol// : a- Shx=2 1... اقرأ المزيد