Answers for "Change the transfer function G(s)=K/[s(s+0.5)(s^2+0.6s+10)], and comment for the change in the plot"

1

how to change the logo in the title of a webpage

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <!-- This is how you add your image below --> 
  	<link rel = "icon" type = "image/png" href = "name-of-image.png">
</head>
<body>
  
</body>
</html>
Posted by: Guest on March-14-2020

Browse Popular Code Answers by Language