how to use loop
이전 댓글 표시
I have a homework due on 06/30/2015
The question is to write a code does the following: given an excel file contains social security number of city.a) I need only to select five ssn from 1000 to 6000 .
b) the output should be:
Ssn:1000s=1
Ssn:2000s=2
Ssn:3000s=3
Ssn:4000s=4
Ssn:5000s=5
C) the total # of habitants in tinu ville is 5
Please any help . i can't figure out by my self
댓글 수: 5
Romil Shah
2015년 6월 28일
Can you be more specific as to you need to select randomly or specific 5 ssns?
Paulin Bangofa
2015년 6월 28일
Paulin Bangofa
2015년 6월 28일
Image Analyst
2015년 6월 28일
You have not given us much to help on. For example why are you asking about social security numbers in the range 1000-6000. In the US social security numbers are in the form nnn-nn-nnnn so I don't know what it means when you say 1000 to 6000.
Here are some links that should help: http://www.mathworks.com/matlabcentral/answers/8626-how-do-i-get-help-on-homework-questions-on-matlab-answers
Paulin Bangofa
2015년 6월 28일
편집: Paulin Bangofa
2015년 6월 28일
답변 (1개)
Geoff Hayes
2015년 6월 28일
0 개 추천
Paulin - use xlsread to read the data from the Excel spreadsheet. Presumably there are multiple columns of data within this file (city name, social security number, etc.) so you will have to figure out which column is the one that you are interested in. Once you have extracted that column, you can probably sort the data and then randomly choose five whose number is within the desired range.
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!