How to execute MatLab function inside SQL Server stored procedure

2 visualizzazioni (ultimi 30 giorni)
My requirement is to call Logistic Regression MatLab function inside my stored procedure written in SQL Server. Is this feasible? If yes then can some one help me with sample code or any article or online help.
  1 Commento
Gary Slater
Gary Slater il 15 Mar 2017
Id also like to call a function from within a SQL stored procedure... No comments on this original question?

Accedi per commentare.

Risposte (1)

Amit Patil
Amit Patil il 19 Dic 2019
Assuming you want to apply logistics regression matlab function to the data retrieved by SQL stored prodecure, here are the steps you can follow-
1. Call the store prodecure from matlab using fetch function.
2. Try applying the desired ML function to the resultset.
For more information on step 1, refer documentation here- https://www.mathworks.com/help/database/ug/call-stored-procedure-that-returns-data.html

Categorie

Scopri di più su MATLAB Web App Server in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by