Solved


Inner product of two vectors
Find the inner product of two vectors.

3 years ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

3 years ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

3 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3 years ago

Submitted


pdf2txt (app)
This app converts from pdf files to text (txt) files. Multiple pdf files can be selected.

3 years ago | 4 downloads |

5.0 / 5
Thumbnail

Question


PreSaveFcnコールバックのエラー
Simscape Electrical のThree-Phasee VI Measumement blockブロックのPreSaveFcnで下記のようにエラーが出て、モデルの保存ができません。 Three-Phasee VI Measumement ...

3 years ago | 0 answers | 0

0

answers

Submitted


IEEE std 738:Calculation of current-temperature relationship
IEEE Standard for Calculating the Current-Temperature Relationship of Bare Overhead Conductors (MATLAB&Simulink model)

4 years ago | 11 downloads |

0.0 / 5
Thumbnail

Submitted


気象データ解析プログラム(MATLAB初心者向け解説付)
気象庁(JMA)から入手できる気象データを解析するプログラム(データ入出力や処理方法について説明・解説付)

5 years ago | 4 downloads |

5.0 / 5

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

5 years ago