ASCII multiplication returns array of numbers

Answers (1)

The characters are converted to double values (ASCII code numbers) and then multiplied. That is the way the * operator works for character inputs.

Categories

Products

Tags

Asked:

on 15 Apr 2020

Answered:

on 15 Apr 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!