Dan Lluch - MATLAB Central
photo

Dan Lluch

Last seen: Today 2012 年からアクティブ

Followers: 0   Following: 0

統計

All
CodyMATLAB AnswersFile ExchangeFrom 01/12 to 04/25Use left and right arrows to move selectionFrom 01/12Use 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

0 質問
15 回答

File Exchange

6 ファイル

Cody

0 問題
18 解答

ランク
2,175
of 298,086

評判
30

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

回答採用率
0.00%

獲得投票数
11

ランク
895 of 20,530

評判
2,092

平均評価
2.40

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

ダウンロード
18

ALL TIME ダウンロード
20890

ランク
25,409
of 160,316

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

スコア
190

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • 3 Month Streak
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
kafka integration to matlab
Can see a few integration options in this github entry - including a MATLAB integration. There are also Simulink, Code Generati...

4年以上 前 | 1

回答済み
how can i get the matlab support package for petrel ?
you can request the MATLAB Interface for Petrel here: <https://www.mathworks.com/campaigns/products/offer/matlab_interface_for_...

約7年 前 | 2

送信済み


Autonomous 4-Wheel Robot Light Tracker - Arduino Mega 2560
Simulate and deploy a Run on Target Hardware Arduino algorithm that tracks light and detects bumps.

8年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Principal Component Analysis: A Simulink Block
Principal component analysis of a matrix done within Simulink.

8年以上 前 | ダウンロード 6 件 |

2.75 / 5

送信済み


Removing Simulink's State Order Dependency (Example 3)
Explores how to leverage the 'Structure with Time' Simulink data format to alleviate ordering ...

8年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Using the Simulink Debugger (Example 2)
Explores using the Simulink Debugger to extract information.

8年以上 前 | ダウンロード 1 件 |

2.5 / 5

送信済み


Extracting Simulink State Definition (Example 1)
Explores how Simulink defines its states and what you can do once you know that definition.

8年以上 前 | ダウンロード 5 件 |

2.0 / 5

送信済み


Simulink Library Usage Stats
Script that interrogates Simulink models for library block usage.

8年以上 前 | ダウンロード 4 件 |

0.0 / 5

回答済み
Raspberry PI Cam in working in Matlab but not working in Simulink
Hi Christian, I think you are executing this Simulink model in normal mode (and thus not getting a connection to the RPi). S...

約9年 前 | 0

| 採用済み

回答済み
Support for Lego Mindstorms EV3
MathWorks provided support for MATLAB in 14b (passing data back and forth), and Simulink in 14a(programming the device). You ca...

9年以上 前 | 1

回答済み
How can I convert a Matlab Code into a Simulink model for running on a Raspberry Pi?
Here is an old post that relates - http://www.mathworks.com/matlabcentral/answers/79941-implement-tcp-ip-send-and-receive-in-ras...

9年以上 前 | 0

回答済み
Add new Pixhawk block
Hi Giulio, For additional peripheral support, you can create blocks via this guide: http://www.mathworks.com/matlabcentral/...

9年以上 前 | 0

解決済み


Make a half wave rectifier
Produce a signal that outputs the given sine wave source when it is greater than zero and outputs zero when it is less than zero...

9年以上 前

解決済み


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

9年以上 前

回答済み
Simulink built-in support for the PandaBoard?
R2012b has released support for PandaBoard as a built-in Simulink Target. Please see this page for more information: http://ww...

10年弱 前 | 2

回答済み
No FPGA boards listed for HDL Verifier
But you may want to try this process yourself - if you have a machine with the products that does have access to the internet......

10年以上 前 | 0

回答済み
How to configure Simulink Arduino support package
Hello Gabriel, Have you been been able to successfully run any of the demo models that come with Arduino Run on Target Hardwa...

12年弱 前 | 0

回答済み
How can I have LEGO MINDSTORMS NXT Hardware support in Matlab 2010a?
There is also this summary of prior release support: http://www.mathworks.com/support/solutions/en/data/1-JEG9V1/index.html ...

約12年 前 | 0

回答済み
Raspberry Pi Support in XPC Toolbox
R2013a (as of 3/7/2013) supports Raspberry Pi for Simulink Target Hardware: check it out... http://www.mathworks.com/academi...

約12年 前 | 0

回答済み
National Instruments mydaq
mydaq is supported from R2012a using the Data Acquisition Toolbox. For closed loop control and the timing requirements that c...

12年以上 前 | 0

解決済み


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

12年以上 前

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

12年以上 前

回答済み
More Arduino(UNO)-Simulink example !!
Check out the Arduino Support from Simulink facecast as well: http://www.facebook.com/MATLAB/app_142371818162 (then click on A...

13年弱 前 | 0

回答済み
Real Time Simulation and HIL
without getting into some of the loaded terms of 'real-time' and 'HIL' and what that means to folks... Assume you want to put...

13年弱 前 | 1

| 採用済み

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

13年弱 前

解決済み


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

13年弱 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

13年弱 前

回答済み
Arduino and Simulink?
As of R2012a, MathWorks enabled Simulink to have built-in hardware support for Arduino, Lego, and Beagleboard. This allows us...

13年弱 前 | 4

解決済み


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

約13年 前

解決済み


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

約13年 前

さらに読み込む