Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
roba younis Questions
2249 Questions
Create a cell array variable that would store for a student his or her name, university id number, and GPA. Print this information
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
182
Modify the previous function to use the strjoin function. Is there a difference?
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
172
Write a function “catit” that will receive one input argument which is a cell array. If the cell array contains only strings, it will return one string which is all of the strings from the cell array concatenated together – otherwise, it will return an empty string
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
240
Write a function buildstr that will receive a character and a positive integer n. It will create and return a cell array with strings of increasing lengths, from 1 to the integer n
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
170
When would you loop through the elements of a cell array?
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
172
Write a script that will prompt the user for strings and read them in, store them in a cell array (in a loop), and then print them out
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
189
Create three cell array variables that store people’s names, verbs, and nouns. For example
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
436
Create a cell array that stores phrases, such as: exclaimcell = {'Bravo', 'Fantastic job'}; Pick a random phrase to print
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
150
Create a row vector cell array to store the string ‘xyz’, the number 33.3, the vector 2:6, and the logical expression ‘a’ < ‘c’. Use the transpose operator to make this a column vector, and use reshape to make it a 2 x 2 matrix. Use celldisp to display all elements
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
262
Create a 2 x 2 cell array using the cell function and then put values in the individual elements. Then, insert a row in the middle so that the cell array is now 3 x 2
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
188
Create the following cell array:
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
184
A file called avehighs.dat stores for three locations the average high temperatures for each month for a year (rounded to integers). There are three lines in the file;
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
178
Write a function wordscramble that will receive a word in a string as an input argument. It will then randomly scramble the letters and return the result. Here is an example of calling the function:
Matlab
2022-11-30
Answers
30
Question
40
Followers
30
0
1
180
Total:
2249
Previous
14
15
16
17
18
Next
Go