Feeds
提问
how to use cells arrays and loops
Write a script that will create and display a cell array; it will loop to store strings of lengths 1, 2, 3, and 4. The script ...
10 years 前 | 2 个回答 | 0
2
个回答提问
How do I use string manipulating functions, to pull numbers out of strings and add them together?
Two variables store strings that consist of a letter of the alphabet, a blank space, and a number (in the form ‘R 14.3’). Writ...
10 years 前 | 0 个回答 | 0
0
个回答提问
Write a script that will first initialize a string variable that will store x and y coordinates of a point in the form ‘x 3.1 y 6.4’. Then, use string manipulating functions to extract the coordinates and plot the point.
confused on 'string manipulating functions"
10 years 前 | 2 个回答 | 0
2
个回答提问
se string manipulating functions to extract the numbers from the strings and add them together.
Two variables store strings that consist of a letter of the alphabet, a blank space, and a number (in the form ‘R 14.3’). Wri...
10 years 前 | 1 个回答 | 0
1
个回答提问
Two variables store strings that consist of a letter of the alphabet, a blank space, and a number. initialize two such variables. Then, use string manipulating functions to extract the numbers from the strings and add them together.
Write a script
10 years 前 | 0 个回答 | 0
0
个回答提问
I need to write a script that will prompt the user for four course numbers. Each will be a string of length 5 of the form ‘CS101’. These strings are to be stored in a character matrix.
Don't really know how to store as a character matrix
10 years 前 | 1 个回答 | 0