photo

Luis


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

Followers: 0   Following: 0

統計

All
MATLAB Answers

2 質問
4 回答

Cody

0 問題
3 解答

ランク
10,613
of 300,871

評判
4

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

回答採用率
100.0%

獲得投票数
2

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
74,554
of 171,460

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

スコア
40

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • First Review
  • First Answer
  • Revival Level 1
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Identify nodes from terminals in circuit object
In case somebody has the same problem: I found an easy solution for the specific case of impedance matching: you can use the "Ma...

3年以上 前 | 0

| 採用済み

質問


Identify nodes from terminals in circuit object
Consider a simple RF Toolbox circuit object: ckt1 = circuit('example_circuit1'); add(ckt1,[2 3],resistor(50)) add(ckt1,[3 1],...

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

1

回答

回答済み
Drawing Visio diagram using MATLAB 2018b
I was looking for something similar, and came to this example I wrote a similar example for matlab using the actxserver. To man...

4年以上 前 | 0

質問


Use iio_readdev with mwipcore
Hi, I am working with the AXI4-Stream interface provided with the HDL Coder, starting from this example. Since the AXI4-Stream ...

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
I am working with MATLAB to start Visio 2010. Then I want to put some different Shapes in a new Document from my own Stencil. But how can I add my own Stencil to the new Visio file and how do I add some Shapes to the new Document?
You can use the invoke() or get() functions to access the stencil. Here a little example on how to drop a circle shape: appVi...

約6年 前 | 0

回答済み
Is there a way to link the left and right y-axes on a GUI Axes after using yyaxis?
There is a function similar to 'linkaxes' call 'linkprop' that do the trick. You only need to link the 'Limits' property on each...

7年弱 前 | 2

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前