Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Research in a database

1 回表示 (過去 30 日間)
Alessandro Bot
Alessandro Bot 2019 年 10 月 8 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi,
I would like to write a programm which:
  • asks to users to input a nickname;
  • research in the databese if that nickname is present or not;
  • answer the user if that nickname was found or not;
  • if it was found, print some information like: name, surname, age, ... and plot a sort of photo.
Is it possible? Do you know how to manage this?
  1 件のコメント
Rik
Rik 2019 年 10 月 8 日
On first glance none of these look impossible. You have already split up your problem into solvable chunks. Which of these step are causing you issues?

回答 (1 件)

Akshit Agarwal
Akshit Agarwal 2019 年 10 月 11 日
編集済み: Akshit Agarwal 2019 年 10 月 11 日
Hi Alessandro,
As mentioned by Rik in the comment, none of that is impossible.
Seems like you are new to MATLAB. Maybe this will help you out: Getting started with MATLAB
Or if you are familiar with the basics, you can search for a specific query like 'Connecting to a Database', 'Requesting input from user' etc. in the documentation or MATLAB Answers.
Hope this helps.

製品

Community Treasure Hunt

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

Start Hunting!

Translated by