convert to integer numbers
Mostra commenti meno recenti
if i calculate Q1, Q3 quartiles and the values are shown as not integer, how can i convert it to integer by using (if statements), for example i am using this random numbers
x = 100 + rand(15,1) * 350
y = sort(x,1)
q1 = length(y) * 0.25
q3 = length(y) * 0.75
2 Commenti
per isakson
il 10 Apr 2020
Is "using if statements" a requirement?
Mohammed Abdul Wadood
il 11 Apr 2020
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!