photo

Dan Lluch

Last seen: Today Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
15 Answers

File Exchange

6 Files

Cody

0 Problems
18 Solutions

RANK
2.213
of 300.381

REPUTATION
30

CONTRIBUTIONS
0 Questions
15 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
11

RANK
903 of 20.941

REPUTATION
2.094

AVERAGE RATING
2.40

CONTRIBUTIONS
6 Files

DOWNLOADS
11

ALL TIME DOWNLOADS
20904

RANK
26.681
of 168.477

CONTRIBUTIONS
0 Problems
18 Solutions

SCORE
190

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

ongeveer 5 jaar ago | 1

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

bijna 8 jaar ago | 2

Submitted


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.

ongeveer 9 jaar ago | 1 download |

0.0 / 5

Submitted


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

ongeveer 9 jaar ago | 1 download |

2.75 / 5

Submitted


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

ongeveer 9 jaar ago | 1 download |

0.0 / 5

Submitted


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

ongeveer 9 jaar ago | 1 download |

2.5 / 5

Submitted


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

ongeveer 9 jaar ago | 5 downloads |

2.0 / 5

Submitted


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

ongeveer 9 jaar ago | 2 downloads |

0.0 / 5

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

bijna 10 jaar ago | 0

| accepted

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

bijna 10 jaar ago | 1

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

ongeveer 10 jaar ago | 0

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

ongeveer 10 jaar ago | 0

Solved


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

meer dan 10 jaar ago

Solved


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

meer dan 10 jaar ago

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

meer dan 10 jaar ago | 2

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

ongeveer 11 jaar ago | 0

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

meer dan 12 jaar ago | 0

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

meer dan 12 jaar ago | 0

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

meer dan 12 jaar ago | 0

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

bijna 13 jaar ago | 0

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

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

meer dan 13 jaar ago | 0

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

meer dan 13 jaar ago | 1

| accepted

Solved


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

meer dan 13 jaar ago

Solved


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

meer dan 13 jaar ago

Solved


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

meer dan 13 jaar ago

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

meer dan 13 jaar ago | 4

Solved


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

meer dan 13 jaar ago

Solved


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

meer dan 13 jaar ago

Load more