Assume x is a char vector of three elements, where each element is a digit. Which of the following expressions will assign into y, the decimal numerical value represented by the text x ? There may be more than one correct answer. Select all correct answers. O y = x(1)*100 + x(2)*10+ x(3); Oy = sum(x.* [100 10 1]); O y = (x(1)-'0')*100 + (x(2)-'0')*10 + (x(3)-'0'); y = sum((x-'0') .* [100 10 1]); O y = str2double( x );

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 12RQ
icon
Related questions
Question
100%

This is a matlab question

Assume x is a char vector of three elements, where each element is a digit. Which of the following expressions will assign into y, the decimal
numerical value represented by the text x ?
There may be more than one correct answer. Select all correct answers.
O y = x(1)*100 + x(2)*10+ x(3);
y = sum(x.* [100 10 1]);
O y = (x(1)-'0')*100 + (x(2)-'0')*10 + (x(3)-'0');
y = sum( (x-'0') .* [100 10 1]);
O y = str2double( x );
Transcribed Image Text:Assume x is a char vector of three elements, where each element is a digit. Which of the following expressions will assign into y, the decimal numerical value represented by the text x ? There may be more than one correct answer. Select all correct answers. O y = x(1)*100 + x(2)*10+ x(3); y = sum(x.* [100 10 1]); O y = (x(1)-'0')*100 + (x(2)-'0')*10 + (x(3)-'0'); y = sum( (x-'0') .* [100 10 1]); O y = str2double( x );
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,