Community Profile

photo

Cordelia David


2019 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 3 件の回答 | 0

3

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

解決済み


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年 前

解決済み


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年 前