Initialize a varible with an integer value from a another variable which is assigned with a character value.
ex: Test = 'c'
c = 10
Aim: Result = 10
Result variable has to initialized with value 10 without assigning Result = c directly or by using other variables in script.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers17
Suggested Problems
-
Create a cell array out of a struct
2575 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1329 Solvers
-
631 Solvers
-
Create a vector whose elements depend on the previous element
803 Solvers
-
Multiples of a Number in a Given Range
946 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Problem in test 3.
Hacks, hacks everywhere