photo

Joel


2014 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

4 質問
1 回答

Cody

0 問題
5 解答

ランク
13,407
of 297,457

評判
3

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

回答採用率
25.0%

獲得投票数
1

ランク
 of 20,438

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
52,946
of 158,938

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

スコア
60

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


Simulink split system objects
Hello folks, I have a regular Matlab class named _Server_ that is a convenience class built around _webread()_ and _webwrite(...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Using Simulink data in Matlab GUI
I am trying to retrieve the data from a Simulink model within MatLab so I can display it a GUI. However, I am having hard times ...

10年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Enumerated values in StateFlow chart
Thank you very much. I changed the langauage from 'MATLAB' to 'C' and now it works indeed. I think that this information should ...

10年以上 前 | 0

質問


Enumerated values in StateFlow chart
Hello, I am precisely following this tutorial: <http://ch.mathworks.com/help/stateflow/ug/tutorial-using-enumerated-values-fo...

10年以上 前 | 3 件の回答 | 1

3

回答

質問


SimEvents: route using on attribute
I assign an attribute to an entity that is a 1D-Vector with a 10 elements. The attribute looks like this: out_package = [ 1...

10年以上 前 | 1 件の回答 | 0

1

回答

解決済み


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

10年以上 前

解決済み


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

10年以上 前

解決済み


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

10年以上 前

解決済み


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

10年以上 前

解決済み


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

10年以上 前