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