photo

Konkon Das


Last seen: 4 months ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Solved


Add two numbers
Given a and b, return the sum a+b in c.

4 months ago

Answered
Write a function get_distance that accepts two character vector inputs representing the names of two cities. The function returns the distance between them as an output argument called distance.
Hi Vinayak, Thanks a lot for your response. I've tried a lot.But still now in stuck.First,I go to search for PreserveVariableN...

4 years ago | 0

Question


Write a function get_distance that accepts two character vector inputs representing the names of two cities. The function returns the distance between them as an output argument called distance.
function distance = get_distance(x,y) [~,~,raw] = xlsread('Distances.xlsx'); T = readtable('Distances.xlsx'); texes = table...

4 years ago | 2 answers | 0

2

answers