Matlab help for begginer
Matlab help for begginer
(OP)
Is it possible to provide two or more numbers to matlab and calculate the algorythm that binds them?
For example i have one number calculated from another and i would like to what steps and operations i need to do to calculate it.
For example i have one number calculated from another and i would like to what steps and operations i need to do to calculate it.





RE: Matlab help for begginer
If you have an algorithm, you can program that into Matlab, since that's what it was designed for.
TTFN
RE: Matlab help for begginer
RE: Matlab help for begginer
Your question is bordering on the absurd.
Algorithms are abstractions of real processes. If you can't or won't give any more information, you're not going to get much help.
TTFN
RE: Matlab help for begginer
RE: Matlab help for begginer
RE: Matlab help for begginer
<nbucska@pcperipherals.com>
RE: Matlab help for begginer
it is impossible to find the algorythms that calculates your number,because they are hidden.
RE: Matlab help for begginer
Somebody knows some command that executes executable archives in matlab?
for example: winexecute("c:\file.exe")
I mounted a program that acquires pictures "BMP" of one webcam in c++ and necessary that matlab executes this program.
After the execution of the archive I will make the treatment of the picture in matlab.
since already I thank the aid.
RE: Matlab help for begginer
eg
!c:\file.exe
M
--
Dr Michael F Platten
RE: Matlab help for begginer
y=x XOR 3
y=square_root(4*x)
y=log10(x*97 + 3)
y=log10(100/x)
y=1 + x*x
Analogy: given 2 points you can reach point #2 from point
#1 following any of infinite paths.
<nbucska@pcperipherals.com>