photo

junhwa kim


Last seen: mer än 2 år ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Solved


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

nästan 4 år ago

Solved


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

nästan 4 år ago

Solved


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

nästan 4 år ago

Solved


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

nästan 4 år ago

Solved


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];

nästan 4 år ago

Solved


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

nästan 4 år ago

Solved


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]

nästan 4 år ago

Solved


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

nästan 4 år ago

Solved


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

nästan 4 år ago

Solved


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

nästan 4 år 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:...

nästan 4 år ago

Question


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

mer än 4 år ago | 1 answer | 0

1

answer

Question


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

mer än 5 år ago | 0 answers | 1

0

answers