MATLAB BUILDER EX 1 Podręcznik Użytkownika Strona 63

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 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
Przeglądanie stron 62
1 2 ... 58 59 60 61 62 63 64 65 66 67 68 ... 163 164

Komentarze do niniejszej Instrukcji

Brak uwag