Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Research in a database
조회 수: 1 (최근 30일)
이전 댓글 표시
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
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
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.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!