questdlg
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Examples
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
res = questdlg('What is the answer to the ultimate question of life, the universe and everything ?', 'A question for geeks', '41', '42', '43', '42')res = questdlg ('Easy ?', 'Jeff', 'No', 'Okay', 'Okay')res = questdlg('How are you ?', 'Health', 'Fine', 'Good', 'sick', 'Fine')res = questdlg({'Is', 'this', 'a', 'multi line', 'test ?'}, 'Test :)')