Similar Books


    No books found

Title
Chapter: 7 / Q: 23.7
Words in a string variable are separated by right slashes (/) instead of blank spaces. Write a function slashtoblank that will receive a string in this form and will return a string in which the words are separated by blank spaces
Chapter: 7 / Q: 24.7
Two variables store strings that consist of a letter of the alphabet, a blank space, and a number (in the form ‘R 14.3’). Write a script that would initialize two such variables
Chapter: 7 / Q: 25.7
In cryptography, the intended message sometimes consists of the first letter of every word in a string
Chapter: 7 / Q: 26.7
Using the functions char and double, one can shift words. For example, one can convert from lower case to upper case by subtracting 32 from the character codes:
Chapter: 7 / Q: 27.7
Load files named file1.dat, file2.dat, and so on in a loop. To test this, create just two files with these names in your Current Folder first
Chapter: 7 / Q: 28.7
Either in a script or in the Command Window, create a string variable that stores a string in which numbers are separated by the character ‘x’, for example '12x3x45x2'
Chapter: 7 / Q: 29.7
Create the following two variables:
Chapter: 7 / Q: 29.7
The built-in clock function returns a vector with six elements representing the year, month, day, hours, minutes and seconds. The first five elements are integers whereas the last is a double value, but calling it with fix will convert all to integers
Chapter: 7 / Q: 31.7
Use help isstrprop to find out what properties can be tested; try some of them on a string variable
Chapter: 7 / Q: 32.7
Find out how to pass a vector of integers to int2str or real numbers to num2str
total questions: 459

Questions

459

Views

A PHP Error was encountered

Severity: Warning

Message: Undefined property: stdClass::$TotalViews

Filename: books/book.php

Line Number: 411

Best Answers

299

Points

5