photo

Housam Mohammad


Last seen: 8 months ago Active since 2023

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


How to create an empty plotting area, with log X axis?
This is the code: xlim([0.01,100000]); ylim([0,1]); grid on grid minor axes('XLim',[0.01,100000], 'YLim',[0,2], 'XGrid',...

1 year ago | 1 answer | 0

1

answer

Solved


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

1 year ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago