photo

MyKah Smith


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
91,781
of 300,352

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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
  • Thankful Level 1

View badges

Feeds

View by

Question


Unable to import .csv file
I've tried using the readtable function T = readtable('myfile.csv') for a specific .csv file I'm trying to import but whenever I...

3 years ago | 1 answer | 0

1

answer

Question


When I set the voltage = 2.5, the volume isn't being calculated and displayed on the command window and the wrong value for US Gallons is being calculated. Everything else is working apart from this
%code to calculate volume of water in a cylinder tank voltage = 2.5; %input voltage from floater %tank dimensions A = 2...

4 years ago | 1 answer | 0

1

answer

Question


How do I fix my display of the x and y values? They should be x = 1.15 and y = 3.85.
%code to calculate volume of water in a cylinder tank voltage = 1.15; %input voltage from floater when tank is empty %maximu...

4 years ago | 2 answers | 0

2

answers