Statistics
1 Question
0 Answers
RANK
248,416
of 301,175
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,185
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,238
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
This code is suppose to loop through an excel file and tell if each vaule in the second column is either impaired or not. with 1 being impaired and 0 being fine. However it is only looking at the first value instead of looping through all of them.
clear,clc num = xlsread('Hwk1_LDL.xlsx'); m = num t = m(:,2) for i = 2:50 if t >= 130 ...
8 years ago | 2 answers | 0