Problem Create a variable ftemp to store a temperature in degrees Fahrenheit (F). Convert this to degrees Celsius (C) and store the result in a variable ctemp. The conversion factor is C = (F – 32) * 5/9. Solve this problem using Matlab. Solution This problem has been taken from the book Matlab: A practical introduction to programming and problem solving . This book is really awesome book. The author assumes zero knowledge to programming. This book starts from variables and continues to Graphic User Interface using Matlab . Image processing using Matlab is also included in this book. I suggest you go through this book if you don't have any knowledge programming in Matlab or if you want to become an expert from Novice in Matlab programming. Coming back to solving the above problem, in the question it was asked to to convert from degree Fahrenheit to degree Celsius using the conversion factor. This is similar to my previous post: Weight Conversion Kilograms to Pounds .
With Radius of Circle, people can learn to program and have hands-on tutorials with python and Matlab. ProjectEuler problems solutions are also available to have a better solution and improve the knowledge of people. A lot of algorithms which form the basic programming are also available. I hope the internet community will make use of this blog.