Community Profile

photo

Cordelia David


Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Saving Live video input to avi file
I'm having trouble recording frames from a live video and saving each frame to a playable avi file. I get the error "Operands to...

5 years ago | 0 answers | 0

0

answers

Question


Calling C functions in Matlab for National Instruments
I'm trying to call C functions in Matlab from Installed National Instruments programs. I took a look at calling external C/C++ f...

5 years ago | 0 answers | 0

0

answers

Question


Programming Image acquisition with National Instruments in Matlab
I have a National Instruments card PCIe-1433 Frame Grabber Device connected via serial port to my laptop. I also have a bus expa...

5 years ago | 0 answers | 0

0

answers

Question


Specified Amount of data was not returned
Hi I am trying to read a live video feed from a serial port. It seems no matter what I do, even if I change the Timeout or Input...

5 years ago | 0 answers | 0

0

answers

Question


Creating a new file to save data to
I'm trying to save a bunch of JPG images of data to a seperate file than where the mat program is located. Currently I have the ...

5 years ago | 0 answers | 0

0

answers

Question


Limits of ROI in imaqtool
I am working on a code that will use the Image Acquisition Tool in the command line with functions I have created. Currently I a...

5 years ago | 0 answers | 0

0

answers

Question


Undefined Operator for type table
I have written a code to read from a csv file, write ariables to variable names, and use those variables in various equations. I...

5 years ago | 0 answers | 0

0

answers

Question


Reading a csv file
Hello Matlab community! I'm a begginer at Matlab, and I was given a project to complete. There's a few more steps to it, but rig...

5 years ago | 3 answers | 0

3

answers

Question


Reference To Non-Existent Field
Hi Matlab community! I just started on my first job and they have me learning Matlab for a project. However, I don't code very o...

5 years ago | 1 answer | 0

1

answer

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

5 years ago

Solved


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

5 years ago