Community Profile

photo

MyKah Smith


Last seen: 10 months ago Active since 2021

Followers: 0   Following: 0

Statistics

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

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

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

3 years ago | 2 answers | 0

2

answers