photo

Tom Vose

MathWorks

Last seen: 3ヶ月 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

0 質問
1 回答

File Exchange

1 ファイル

Cody

0 問題
10 解答

ランク
168,560
of 301,570

評判
0

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

回答採用率
0.00%

獲得投票数
0

ランク
10,059 of 21,333

評判
64

平均評価
5.00

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

ダウンロード
5

ALL TIME ダウンロード
599

ランク
41,123
of 175,498

コントリビューション
0 問題
10 解答

スコア
110

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Personal Best Downloads Level 1
  • First Answer
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Simulink and Simscape models built in 2021a do not work properly in 2021b
Hi Jingchao. It's hard to know what's going on without seeing the model. If possible, I'd suggest that you submit the model an...

約4年 前 | 0

解決済み


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

約6年 前

解決済み


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

約6年 前

解決済み


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

約6年 前

解決済み


Return area of square
Side of square=input=a Area=output=b

約6年 前

解決済み


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

約6年 前

解決済み


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

約6年 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

約6年 前

送信済み


Dump Trailer Model in Simscape
Dump trailer model, including hydraulic actuator and 3-D mechanical model of scissor mechanism.

9年弱 前 | ダウンロード 5 件 |

5.0 / 5
Thumbnail

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前