photo

Lukas


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
3 个回答

Cody

0 个问题
7 个答案

排名
4,390
of 299,891

声誉
12

贡献数
0 个提问
3 个回答

回答接受率
0.00%

收到投票数
4

排名
 of 20,831

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
47,031
of 166,464

贡献数
0 个问题
7 个答案

评分
80

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
solving unknown variables in matrices
You need to solve an linear optimization problem A*x = b. Each line is one of your points P,Q,R. b is the solution vector and ...

6 years 前 | 1

| 已接受

已回答
how to find the weighted sum of two matrices of order 2778x6, the same is like this. any suggestion.
I assume, you want to calculate the sum of each matrix element. Weights are defined for each matrix (and usually sum up to 1). ...

7 years 前 | 0

已回答
Possible bug in struct2table()
As this error only occurs with (1x1) structs, there is a simple workaroud. To convert a struct into a table, use the following c...

8 years 前 | 3

已解决


Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...

10 years 前

已解决


For a given linear index as input for n sized square matrix, find corresponding row and column.
If input is 1, the row and column will be 1 and 1 respectively.

10 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

10 years 前

已解决


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

10 years 前

已解决


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

10 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

10 years 前

已解决


Get all corner elements from a matrix where dimension of matrix is always equal to or greater than 2.
if a given matrix a = [1 2 3;4 5 6]; so answer is going to be [1 3;4 6]

10 years 前