Belle Dionido
Followers: 0 Following: 0
Statistics
RANK
94.279
of 295.467
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
meer dan 2 jaar ago | 0
Question
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); ...
meer dan 2 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 3 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 3 jaar ago | 1 answer | 0