N/A


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
151,473
of 300,603

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,786

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

  • Thankful Level 2

View badges

Feeds

View by

Answered
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...

3 years 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); ...

3 years ago | 2 answers | 0

2

answers

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 2 answers | 0

2

answers

Question


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...

4 years ago | 1 answer | 0

1

answer