I was wondering can we use matlab to develop graphic algorithms or other problem solving algorithms.
Does matlab generate pseudo code so that we can implement it in OOPs languages such as c++ and java?
best regards, omi
Most of the programming problems can't be solved because you don't know what the exact problem is.
Defining your problem correctly leads you to the right solution.
I don't think Matlab generates any code. It has its own (math-oriented) programming language that the user would develop algorithms with. It probably has an API to call (or be called by) other languages like C and Java.
Most of the programming problems can't be solved because you don't know what the exact problem is.
Defining your problem correctly leads you to the right solution.