Question: The assignment is: Write a small function which converts a temperature from Celsius to Fahrenheit. Submit the m-file without publishing. I've tried to do so
The assignment is:
Write a small function which converts a temperature from Celsius to Fahrenheit. Submit the m-file without publishing.
I've tried to do so and keep receiving an erro
r message pls fix my code!!
Editor-ClUsers Rachel\ Documents\MATLAB\In Class Examples\celtof.m | Feb11.m | matrixmult.m | ctof.m 1 practicefunctions.m 1 celtof.m 1Clear: close all: clc 2 3 | % converts Celsius to Fahrenheit 4- ANS = X* (9/51+32; 25 function ANS celtof (x) end 6b celotf (0) Command Window Error: File: celtof.m Line: 5Column: This statement is not inside any function. (It follows the END that terminates the definition of the function "celtof". >>celtof Error: File: celtof.m Line: 6 Column: 1 Function definitions in a script must appear at the end of the file. Move all statements after the "celtof" function definition to before the first local function definition
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
