MATLAB BUILDER EX 1 Guida Utente Pagina 63

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 62
Spectral Analysis Example
2 Place the following code into ThisWorkbook.
Private Sub Workbook_AddinInstall()
'Called when Addin is installed
Call AddFourierMenuItem
End Sub
Private Sub Workbook_AddinUninstall()
'Called when Addin is uninstalled
Call RemoveFourierMenuItem
End Sub
Private Sub AddFourierMenuItem()
Dim ToolsMenu As CommandBarPopup
Dim NewMenuItem As CommandBarButton
'Remove if already exists
3-25
Vedere la pagina 62
1 2 ... 58 59 60 61 62 63 64 65 66 67 68 ... 163 164

Commenti su questo manuale

Nessun commento