作业帮 > 英语 > 作业

哪位高手给翻译一下The conversion (转换) from Fahrenheit (华氏) to Kelvins

来源:学生作业帮 编辑:拍题作业网作业帮 分类:英语作业 时间:2024/04/27 21:42:18
哪位高手给翻译一下
The conversion (转换) from Fahrenheit (华氏) to Kelvins(绝对温度) can be
done by the formula
TK(in Kelvins) = (5/9)[TF(in Fahrenheit)-32.0]+273.
Write Matlab commands to plot a graph showing the linear relation ( 线性
关系) between temperature in Kelvins and in Fahrenheit when the later varies(变
化) from -100°F to 100°F with the step length less th an 1.
Title, legends, X label, Y label and gridlines should be presented on the
graph. They are to be generated by your command code (代码), instead of
by using the functions provided under the Insert menu item.
华氏温度到绝对温度的转换可由如下公式进行:
TK = (5/9)[TF-32.0]+273.
写一段Matlab命令来画一张图,显示当华氏温度从-100°F变化到100°F时,绝对温度与华氏温度的线性关系,变化的步长不超过1.
图上须标注标题、图例、X标签、Y标签以及网格线,并且这些内容应当由您的命令代码产生,而不是通过插入菜单的功能实现.