Assign different types of data to variables: integer, double, and strings
Example: A is a double, for example 2.34
B is an integer, for example 17
C is a string, for example "hello"
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers203
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2822 Solvers
-
1226 Solvers
-
Create matrix of replicated elements
395 Solvers
-
Find the index of n in magic(n)
269 Solvers
-
378 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
if you're going to post trivial problems that have already been posted before, at least use a proper test suite.
and this one does not even require a solution