Lukas - MATLAB Central
photo

Lukas


2015 年からアクティブ

Followers: 0   Following: 0

統計

All
CodyMATLAB AnswersFrom 11/15 to 04/25Use left and right arrows to move selectionFrom 11/15Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
3 回答

Cody

0 問題
7 解答

ランク
4,387
of 298,292

評判
12

コントリビューション
0 質問
3 回答

回答採用率
0.00%

獲得投票数
4

ランク
 of 20,560

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
45,483
of 160,775

コントリビューション
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年以上 前 | 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). ...

6年以上 前 | 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年弱 前 | 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...

9年以上 前

解決済み


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.

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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]

9年以上 前