photo

Konkon Das


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
1 Answer

Cody

0 Problems
1 Solution

RANK
116,566
of 300,603

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.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
131,909
of 169,786

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


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

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

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

5 years ago | 2 answers | 0

2

answers