photo

Rob Graessle

MathWorks

Last seen: 2년 초과 전 2011년부터 활동

Followers: 0   Following: 0

메시지

I am an application engineer at MathWorks. I primarily work with the Test & Measurement products (Data Acquisition Toolbox and Instrument Control Toolbox).

통계학

All
  • 6 Month Streak
  • Thankful Level 1
  • Knowledgeable Level 4
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Convert to an X Y coordinate System
You can use projfwd to convert latitude-longitude coordinates to x and y map coordinates in a projected coordinate reference sys...

대략 2년 전 | 1

| 수락됨

답변 있음
Is Data Acquisition Toolbox R2010a available for download or on DVD from Mathworks
If you have go to your MathWorks Web account and click on "Download now" for R2013a, you should see a link that allows you to "C...

11년 초과 전 | 0

| 수락됨

답변 있음
How to Process Audio signals using MATLAB and ARDUINO??
You can use the <http://www.mathworks.com/academia/arduino-software/arduino-matlab.html MATLAB Support Package> for Arduino. Yo...

11년 초과 전 | 0

답변 있음
can we create multiple device objects in instrument control toolbox?
Yes, you can create multiple device objects at once using Instrument Control Toolbox. I'm a little confused by your second qu...

11년 초과 전 | 0

| 수락됨

답변 있음
Session-based Interface or Legacy Interface for NI product
The legacy interface supports the NI USB 6216. See <http://www.mathworks.com/products/daq/supported/ni-daqmx.html this list> fo...

11년 초과 전 | 0

| 수락됨

답변 있음
Tile figures in Matlab 2012b
When a figure window is open a "View" tab will appear on the toolstrip. The buttons to tile figures are on this tab.

거의 12년 전 | 1

| 수락됨

답변 있음
PCIe 6535 and legacy interface
The GETVALUE function in the legacy interface is asynchronous, so it is designed to read one set of values at a time. To acquir...

대략 12년 전 | 0

답변 있음
Files in Recorded Webinar: Introduction to MATLAB
The demo files for this webinar are not available on the file exchange; however, files from the very similar "MATLAB for Excel U...

대략 12년 전 | 0

| 수락됨

답변 있음
image acquisition toolbox
Image Acquisition Toolbox can be used to directly control the camera and acquisition, and to bring the image from the camera int...

12년 초과 전 | 0

답변 있음
USB - Session based - Digital I/O
One option would be to install a 32-bit version of MATLAB on your 64-bit OS. This would allow you to use the legacy interface f...

12년 초과 전 | 0

| 수락됨

문제를 풀었습니다


QWERTY coordinates
Given a lowercase letter or a digit as input, return the row where that letter appears on a <http://en.wikipedia.org/wiki/Keyboa...

12년 초과 전

문제를 풀었습니다


Scrabble Scores
Given a word, determine its score in <http://en.wikipedia.org/wiki/Scrabble Scrabble>. The input string will always be provide...

12년 초과 전

문제를 풀었습니다


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

12년 초과 전

문제를 풀었습니다


Renaming a field in a structure array
MATLAB has a <http://www.mathworks.com/help/techdoc/ref/setfield.html setfield> and a <http://www.mathworks.com/help/techdoc/ref...

12년 초과 전

문제를 풀었습니다


Implement a ROT13 cipher
Replace each character in string s1 with the character that is shifted 13 positions from it (wrap back to the beginning if neces...

12년 초과 전

문제를 풀었습니다


Make a Palindrome Number
Some numbers like 323 are palindromes. Other numbers like 124 are not. But look what happens when we add that number to a revers...

12년 초과 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

12년 초과 전

문제를 풀었습니다


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

12년 초과 전

문제를 풀었습니다


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

12년 초과 전

문제를 풀었습니다


Magic!
Check whether the input matrix is a normal magic square: <http://en.wikipedia.org/wiki/Magic_square> Output the logical va...

12년 초과 전

문제를 풀었습니다


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

12년 초과 전

문제를 풀었습니다


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

12년 초과 전

문제를 풀었습니다


Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...

12년 초과 전

문제를 풀었습니다


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

12년 초과 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

12년 초과 전

문제를 풀었습니다


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

12년 초과 전

문제를 풀었습니다


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

12년 초과 전

문제를 풀었습니다


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

12년 초과 전

문제를 풀었습니다


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

12년 초과 전

문제를 풀었습니다


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년 초과 전

더 보기