×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Matlab help for begginer
2

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.

RE: Matlab help for begginer

Your question is unclear, what do you mean by "calculate the algorythm that binds them?"

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

(OP)
No. I have one number that is calculated from another but i don't know how. What i need is to find out the algorythm that calculates it.

RE: Matlab help for begginer

what numbers? 1 and 2? pi and 2pi?

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

2 points define a straight line..... 2 point also define the diameter of a circle...... The point is, unless you know what type of relationship these 2 points have, you will NEVER be able to perform any type of regression analysis!

RE: Matlab help for begginer

Are you looking for an interpolation function?  If so, then you'll need several pairs of numbers to make any sense of it.

RE: Matlab help for begginer

You want an answer: well, it is not possible. ML has algorythms but no intelligence.

<nbucska@pcperipherals.com>

RE: Matlab help for begginer

hi,nikola8
it is impossible to find the algorythms that calculates your number,because they are hidden.

RE: Matlab help for begginer

Friends, necessary of aid to execute a program in matlab.

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

use the prefix "!"
eg
!c:\file.exe

M

--
Dr Michael F Platten

RE: Matlab help for begginer

Let's suppose your two numbers are x=1 and y=2. Some possibilities :
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>

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources