photo

junhwa kim


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

2 个提问
0 个回答

Cody

0 个问题
11 个答案

排名
30,044
of 301,781

声誉
1

贡献数
2 个提问
0 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,420

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
39,359
of 176,526

贡献数
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 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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

5 years 前

已解决


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 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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 years 前

已解决


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 years 前

提问


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

6 years 前 | 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 years 前 | 0 个回答 | 1

0

个回答