Welcome To Home of Information

Write a MATLAB function func1 which takes a matrix A as argument then add 5 in each element of matrix A and store the result in B matrix then pass matrix B to func2 which will show the matrix B.

Write a MATLAB function func1 which takes a matrix A as argument then add 5 in each element of matrix A and store the result in B matrix then pass matrix B to func2 which will show the matrix B.

Posted in
No comments
By Anonymous




Write a MATLAB function func1 which takes a matrix A as argument then add 5 in each element of matrix A and store the result in B matrix then pass matrix B to func2 which will show the matrix B.

Solution:

function Question 2()

    Rows=input(‘Enter rows for a matrix:’);
    Coloumns = input(‘Enter coloms for matrix B:’);
   
    MatA = zeros(Rows,Columns);
   
    for i=1 : 1 : Rows
        for j=1 : 1 : Columns;
            fprontf(‘ Enter value in row %d Column %d = ‘, i,j);
            MatA(i,j) = input(‘’);
        end
    end
   
    MatB=func1(MatA);
    Func2(MatB);
end

func1:
function [Argument_MatB] = func1(Parameter_MatA)
    Argument_MatB = Parameter_MatA + 5;
end

func2:
functoin func2(Parameter_matB)
    disp(parameter_MatB);
end

matlab program which takes coordinates (x, y) of a center of a circle and its radius r from user

matlab program which takes coordinates (x, y) of a center of a circle and its radius r from user

Posted in
No comments
By Anonymous



Write a matlab program which takes coordinates (x, y) of a center of a circle and its radius r from user, program will determine whether any point z with some coordinates lies inside the circle, on the circle or outside the circle.

Solution:

function [x,y,r]= QUESTION1(x,y,r)            %Function Take X,Y and Radius as arguments
x1=input('ENTER COR OF X: ');                  %COR of X as Input from user
y1=input('ENTER COR OF Y: ');                  %COR of Y as Input From user
d=sqrt(x1-x)*(x1-x)+(y1-y)*(y1-y);  %Calculate the Distance
if(d==r)                                              %Check the ON CIRCLE Condition
    disp('ON CIRCLE');
else if(d>r)                                         %Chech the OUTSIDE CIRCLE Condition
        disp('OUTSIDE');
    else
        disp('INSIDE');                          %Check the INSIDE Condition
    end                                      %END else if
end                                          %END if
end                                          %END Function

and here is the output
 




Wifi Hacker

Wifi Hacker

No comments
By Anonymous

Wifi Hacker

Wifi hacker for hacking wifi network passwords. Usable for hacking wifi networks that are close to you. This app is only a prank, but it is very convincing: * it scans real wifi networks around you * it will allow you to select wifi network password to hack * series of fake prank hacking messages will follow * Wifi without password? No problem, it will tell you that it has no password - looks more legit to your friends! * Password hack will stay same for one network - looks better to prank you friends! Please be aware that this is a prank - application to make your friends believe that you actually can get access (hack a wifi) to password protected wifi networks. Hacking into secured networks can be a crime. But you have nothing to worry about.This app will just read network name and password encryption 

CLICK HERE DOWNLOAD 

VideoDub===>Free Video Editor

VideoDub===>Free Video Editor

No comments
By Anonymous

VideoDub===>Free Video Editor

 

  • Free Video Editor is a free video editing software which lets you delete unwanted parts from video files without re-encoding. That means that the program preserves original quality of the input video files and deletes their parts easily and fast.
  • All you have to do is to set a start and an end point for the unwanted part, delete it and press the button Save video. The edited video is saved as a new file.
  • This lossless video editing program supports a variety of input video formats: *.avi, *.mpg, *.mp4, *.mkv, *.flv, *.3gp, *.webm, *.wmv.
  • Free Video Editor contains no spyware or adware. It's clearly free and absolutely safe to install and run.

DOWNLOAD NOW

ConTEXT 0.98.6

ConTEXT 0.98.6

No comments
By Anonymous

 ConTEXT 0.98.6


ConTEXT is a powerful text editor that can lend a hand to developers, as it provides syntax highlighting for Visual Basic, Java, PHP, Python and many others.

The interface of the application is clean and comes with tab support, which is a great feature for those who want to juggle with multiple documents at the same time.


With a file explorer on the left and tabs placed at the top of the main window, it's easy to manage multiple documents at the same time, while the nifty buttons in the toolbar provide access to all the tools of the app.


 DOWNLOAD NOW

Format USB Or Flash Drive Software

Format USB Or Flash Drive Software

No comments
By Anonymous

Format USB Or Flash Drive Software

This software offers a solution to users who want to format multiple USB or flash drives quickly. The software automatically detects the current drives on the system and the user simply selects those for formatting. There is a check box to allow 'Quick Format'. With this easy to use software, formatting any number of drives takes just one click. 

 

DOWNLOAD NOW 

Learn HTML.......!!!!!!

Learn HTML.......!!!!!!

No comments
By Anonymous

                 Introduction To HTML

  •  With HTML you can create your own Web site.
  •  Now We teaches you everything about HTML.
  •  HTML is easy to learn - You will enjoy it.
Follow the four steps below to create your first page with notepad.

    Step 1:- 
      
         Open Notepad.

    Step 2:- TYPE This Code.
      
 < html>

<html>
<body>

<h1> My First Heading </h1>

<p>My first paragraph.</p>

</body>
</html>
   


 Step 3:-
   
  •          Select File -> Save as.. in Notepad's menu.
  •          save the file as first.html.
  •          Save the file in a folder.








 Step 4:- Double click the file

The result will be shown as below.








  • NOW You also try and check to make a page himself.
  • Next Day we learn new leason.






Check Who Is On My Wifi...?

Check Who Is On My Wifi...?

No comments
By Anonymous


Who Is On My Wifi......?

Find any rogue laptops on your corporate network, and do something about it. Who Is On My Wifi will show you every computer on your network, notify you if it finds a computer that it does not recognize, and with optional Online Service allow you to block them from accessing other parts of your network as well as audit intruders. Is someone using my wireless? Are employee's plugging in home laptops on the corporate lan? Find out now with Who Is On My Wifi.


Click Here To Download

About the Author

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque volutpat volutpat nibh nec posuere. Donec auctor arcut pretium consequat.

Proudly Powered by Blogger.