photo

junhwa kim


Last seen: 거의 4년 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

2 질문
0 답변

Cody

0 문제
11 답안

순위
30,025
of 301,175

평판
1

참여
2 질문
0 답변

답변 채택
50.0%

획득한 표
1

순위
 of 21,185

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
38,516
of 173,238

참여
0 문제
11 답안

점수
118

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver
  • Thankful Level 1

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

대략 5년 전

문제를 풀었습니다


Complex number
For complex number c=a+bi, write code that will add a and b together.

대략 5년 전

문제를 풀었습니다


square root
Find the square root (y) of an input (x).

대략 5년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

대략 5년 전

문제를 풀었습니다


Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];

대략 5년 전

문제를 풀었습니다


Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.

대략 5년 전

문제를 풀었습니다


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

대략 5년 전

문제를 풀었습니다


Convert radians to degrees
Given input in radians, output to degrees

대략 5년 전

문제를 풀었습니다


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

대략 5년 전

문제를 풀었습니다


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

질문


matlab yolo v3 코드 에러
안녕하세요. matlab에서 배포한 yolo v3 코드에서 제 데이터세트(multi-class)로 학습시에 아래와 같은 오류가 계속 발생합니다. (yolo-v3 예제인 vehicleDataset(single class)에서...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to update 2019a version??
Now i am using matlab 2018b version in ubuntu. I want to upgrade my version to 2019a, but i don't know how to upgrade. I ins...

거의 7년 전 | 답변 수: 0 | 1

0

답변