photo

Konkon Das


Last seen: 대략 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

1 질문
1 답변

Cody

0 문제
1 답안

순위
227,703
of 301,741

평판
0

참여
1 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,403

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
136,492
of 176,339

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

대략 2년 전

답변 있음
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...

거의 6년 전 | 0

질문


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

거의 6년 전 | 답변 수: 2 | 0

2

답변