Guilherme T Silva - MATLAB Central
photo

Guilherme T Silva


Whirlpool Corp

2016 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersCodyFrom 06/16 to 04/25Use left and right arrows to move selectionFrom 06/16Use 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

11 質問
2 回答

Cody

0 問題
1 解答

ランク
8,337
of 298,219

評判
5

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

回答採用率
27.27%

獲得投票数
4

ランク
 of 20,548

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
127,849
of 160,604

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

スコア
20

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


Generate code from referenced model without generating from the parent
When working with large systems made of many referenced models I can either generate code from the top-level model (parent), whi...

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

1

回答

質問


How to write local code using a TLC custom storage class
I'm trying to create a class that yields the following behavior: Declare a local struct and fill its fields with data. Pass th...

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

0

回答

質問


Change Simulink function exported prototype
Hi, I'm trying to generate a set of public functions that will serve as interface to my module once I generate C code from it...

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

0

回答

解決済み


Zero Cross
Write a function that counts the number of times n a signal x crosses zero or changes sign. Examples x = [1 2 -3 -4 5 6 ...

7年弱 前

質問


csvread: Trouble reading 'Numeric' field from file
Hi, I'm trying to read the attached csv file, but both csvread is having trouble to parse through line 8010 of the second col...

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

1

回答

質問


Problem passing index to GetSet function
When I define a Simulink.Signal with dimension >1 and set it's storage class to GetSet it will generate a C function call like t...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


How to implement descending LUT breakpoint arrays
Is there any Simulink/MATLAB construct that does interpolation using a breakpoint array that is not strictly ascending? I nee...

約8年 前 | 0 件の回答 | 0

0

回答

質問


Error: Simulink does not support the execution of function-call cycles
I'm trying to execute this very simple sender/receiver logic with two charts and function calls. The issue is that Simulink dete...

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

1

回答

回答済み
MATLAB System block error: The input to coder.const cannot be reduced to a constant
Solved the problem defining the property NumInputs as nontunable.

8年以上 前 | 1

| 採用済み

質問


MATLAB System block error: The input to coder.const cannot be reduced to a constant
I'm trying to build a system block with a dynamic number of inputs. I'm able to choose the number of inputs through a dialog and...

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

1

回答

質問


Strange results with xcorr
Hi, I'm running the following script to calculate the cross-correlation between two signals: s1 = sig.signals.values(:,...

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

3

回答

質問


Nested Bus as S-Function input
Hi, I'm trying to compile some legacy code as a s-function, and I'd like to pass a struct as input. I created a bus that rep...

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

0

回答

回答済み
Is there a hidden workspace in Simulink other than the model workspace?
I found out what was wrong: Simulink won't clear S-functions static memory from run to run. I'm using clear mex for that. Thanks...

9年弱 前 | 0

| 採用済み

質問


Is there a hidden workspace in Simulink other than the model workspace?
When running a Simulink model, I get unexpected behaviors if I don't call a clear all before the execution. Strange thing is tha...

9年弱 前 | 2 件の回答 | 0

2

回答