魔方函数Matlab

发布于 2024-12-18 13:44:17 字数 120 浏览 1 评论 0原文

对于一个项目,我应该编写自己的函数,该函数将执行与 matlab 中的魔术函数相同的操作。我显然不是要求任何人写出我的问题,但如果有人能给我任何关于如何启动它的想法或示例代码,我将不胜感激!我完全不知道如何开始这个......

For a project i am supposed to write my own function that will do the same thing as the magic function in matlab. I am obviously not asking anyone to write out my problem but if somebody could give me any ideas of how i could start it or example code it would be much appreciated! I am completely lost on how to start this one...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

前事休说 2024-12-25 13:44:17

这通常是很好的建议:

如果问题太难,请尝试从一开始解决一个更简单的问题。

尝试编写代码来生成 2 x 2 幻方?然后尝试 3 × 3。然后 4 × 4。你能看出如何概括吗?

This is often great advice:

If a problem is too hard, try solving an easier one to begin with.

Try to write code to generate a 2 by 2 magic square? Then try 3 by 3. Then 4 by 4. Can you see how to generalise?

夢归不見 2024-12-25 13:44:17

我想你已经考虑过了,但通常好的信息来源是维基百科:
https://en.wikipedia.org/wiki/Magic_square#Types_and_construction

它解释了不同的方式制作魔方。

I guess you already thought about it, but the usual good source of information is wikipedia:
https://en.wikipedia.org/wiki/Magic_square#Types_and_construction

It explains different ways of making magic squares.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文