Home
Community
Discussion Forums
Most Active Software Boards
LabVIEW
Topic
LabVIEW
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
how to realize the "case structure"
how to realize the "case structure"
happybird
Active Participant
11-04-2004
03:31 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Hellow,how to realize the following Matlab program in Labview?
switch a
case 1
m='cat'
case 2
m='tiger'
case 3
m='bird'
end
thanks!
0
Kudos
Message
1
of 2
(2,507 Views)
Reply
Re: how to realize the "case structure"
Evan
Active Participant
11-04-2004
03:56 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Here you go.
Notice you have to have a default case so I just made that case output no string.
If you would like the step by step on how to make it I can let you know, but you may want to look into LabVIEW classes, or the getting started manual.
CatVI.vi 15 KB
1
Kudo
Message
2
of 2
(2,507 Views)
Reply
All Forum Topics
Previous Topic
Next Topic