Especially I want to translate this answer in matlab to PHP, is it viable?
Asked
Active
Viewed 1,218 times
0
-
Without much thinking about it: Try to find a programming language "between" matlab and PHP (such *could* be: Python, Ruby, Perl) and try to convert it "step by step". But I think it would be better to do it just by hand. – phimuemue Jun 11 '10 at 13:20
1 Answers
2
No. This tool not exists.
But you can do this simple by hand using some for
statements. With using GD and some code to Image Processing.
More information how to implement Image Processing you can find at http://php.net/manual/en/book.image.php

Svisstack
- 16,203
- 6
- 66
- 100
-
-
@user198729: Some matlab function used in your linked code you can replace alternative by the simple for. In PHP language this functions not exists but PHP language is not for mathematican equations then you must write it by hand. – Svisstack Jun 11 '10 at 13:25