Mostrar comentarios más antiguos
大家好,我真的不知道怎么做这个Matlab 请大家帮帮我,谢谢
Xn = (9812*n^6 +n^2)/(2*n^5-n^4+1), n=-2,0,2,4,6 ,...
然后 老师给我们的 : function [xk,avg] = sequenceOfNumber(k)
老师给了我 2个要求 关于这个function.
(a) 要求是: 最低的得数(xk) 要 大于 793903, 在检测中 ,用 k 来测数, 如果没有达到我们的要求,结果为 0.
(b) avg 是 xk 的平均数, 要求是 平均数要 小于或等于 793903.
请大神帮我看看这种的MATLAB 如何做,谢谢大家
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!