Community Profile

photo

Belle Dionido


Last seen: alrededor de 1 mes hace Con actividad desde 2021

Estadísticas

  • Thankful Level 2

Ver insignias

Content Feed

Ver por

Respondida
How do I add the numbers on top of the bar graph?
%I replaced xticks(1:length(amino_names)) with: text(1:length(amino_names),amino_weights,num2str(amino_weights, '%0.2f'),'Horiz...

casi 2 años hace | 0

Pregunta


How do I add the numbers on top of the bar graph?
file = input("Please enter the name of the data file : ",'s'); [num,txt,raw] = xlsread(file); amino_names = txt(3:end,1); ...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I am trying to loop my if statement but I'm not sure how to
clc; atomic_weight = [15.9994; 12.011; 14.00674; 32.066; 1.00794]; alanine = xlsread('lab12.xlsx','B4:F4'); arginine = xlsr...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I add the command lower() to my code? Also I'm supposed to use sort() but I don't know where or what for.
This is my code: disp('Welcome to the HONDA Price Statistics Report!'); disp(' '); company = input('Enter the name of the com...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I am adding two values together and it is rounding up but I don't need it to round up.
material_cost = total * 3.67; shipping_cost = total * 0.73; total_cost = material_cost + shipping_cost; fprintf('The materi...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Parse error at "t"
I am trying to type: [(d^2)y/d(t^2)] + 3.6(dy/dt) + 3.24y = -10(e^(-1.8t)) but it is saying parse error at 't' on line 5 f...

más de 2 años hace | 1 respuesta | 0

1

respuesta