Answered
How to declare input variables as a vector?
Of course it can be a vector, a matrix or a variable of some class.

ongeveer 3 jaar ago | 0

| accepted

Answered
How do I write an expression that refers to only the elements that have odd-number/odd-number index subscripts in a vector?
Is this what you are looking for? myvec(1:2:end)

ongeveer 3 jaar ago | 1

Answered
rearrange an equation in simulink
No known blocks/methods to pull off such a thing in Simulink. Did you try symbolic math?

ongeveer 3 jaar ago | 0

Answered
pause loop with "if" statement?
You must give it a range of time period rather than a unique time point since the execution doesn't guarantee the particular lin...

ongeveer 3 jaar ago | 0

| accepted

Question


Cannot find authentication imaqmex_mexw64.auth
A compiled version of UI with images and camera feed works mostly fine. But very occasionally, like once in a month, the program...

meer dan 3 jaar ago | 0 answers | 0

0

answers

Answered
cant open .fig anymore
Try clearing your workspace and then launching the GUI. Looks like you have a variable with the same name as the GUI.

meer dan 3 jaar ago | 0

Question


Doesn't Matlab's built-in Tesseract OCR work on calculator font?
I have a simple image showing timer and ocr() is failing to recognise the text. Any idea why? Thanks.

meer dan 3 jaar ago | 0 answers | 0

0

answers

Answered
Is MATLAB supported on Apple Silicon Macs?
UPDATE 1: Text comparison tool in R2019b not working on M1 mac. Got the following error popup.

bijna 4 jaar ago | 1

Answered
Is MATLAB supported on Apple Silicon Macs?
I cannot believe the results (below) I'm seeing on my MBP-M1 with R2019b. R2018a showed slower benchmarks as expected for Matlab...

bijna 4 jaar ago | 0

Answered
Macbook air M1 - will 2018 or 2019 matlab releases work?
2016b and 2018a work on M1. Terribly slow graphics and the applications consume a lot of energy even sitting idle (as reported b...

bijna 4 jaar ago | 1

Answered
Image Acquisition to disk without using memory
Set logging to None. Neither disk nor memory. Set large enough number for Number of Frames for Acquisition upon Trigger, say 100...

bijna 4 jaar ago | 0

Question


Can a Matlab figure window display 4k video feed at 30FPS?
That's the question in title -for an RGB 8-bit video stream. Or do performance limilations preclude Matlab from achieving a smoo...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


Imaq's preview() vs CV's vision.DeployableVideoPlayer
Is there a performance difference between Image acquisition toolbox's preview function and computer vision toolbox's DeployableV...

bijna 4 jaar ago | 0 answers | 0

0

answers

Answered
How to check if hardwear supported by Data Acquisition Toolbox?
I would presume an entry in the supported HW list would be a blanket one, unless specified otherwise. E.g. as far as I can tell ...

bijna 4 jaar ago | 0

Answered
detect spray color from an image
You should try colour based segmentation, roicolor(), etc.

bijna 4 jaar ago | 0

Answered
Finding where a m file or a function is called in a folder with subfolders and many other m files?
If you mean which function is calling xyz.m, you can try adding the following line in xyz.m evalin('caller','mfilename') That ...

bijna 4 jaar ago | 0

Answered
VideoWriter with 4k images
I see this error when trying to log live images from a UHD camera using DiskLogger feature in image acquisition toolbox. However...

bijna 4 jaar ago | 0

Answered
Recognition of colored percentage of a white paper using Image Processing
You can even out the light intensity across the image using imtophat(). Then use segmentation and/or ROI based processing functi...

ongeveer 4 jaar ago | 0

Answered
How to make all negative values in a matrix 0?
%% Set all negative elements to 0 A(A<0) = 0; %% Set second column elements to 0 col = 2; a(a(:,col)<0,col) = 0;

ongeveer 4 jaar ago | 2

| accepted

Answered
Import constants to Simulink from Excel file
Setup a model callback InitFcn function in which you call a script that loads the xls file using xlsread()

ongeveer 4 jaar ago | 1

| accepted

Question


Bench() on Macbook pro 2020 with 10th Gen Intel i5
Can anyone having a 2020 Macbook pro with Intel i5 (10th gen) post a screenshot of bench command below. >> bench(5) Please me...

ongeveer 4 jaar ago | 0 answers | 1

0

answers

Question


Genicam support package not showing up in imaqhwinfo despite successful installation
I'm running R2017a on windows 10 and have a problem peculiar to one PC. Even after installing genicam drivers in Image Acquisiti...

ongeveer 4 jaar ago | 0 answers | 0

0

answers

Question


Problem with image registration on images with simple patterns
I have trouble matching features on images with simple patterns like shown in two attached pictures. SURF, BRISK and other featu...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Answered
Is the future matlab GUI: Apps, or figures, or both?
Its almost 2020 and App designer seems to be lacking many useful features of GUIDE. The latter on the other hand has terrible is...

bijna 5 jaar ago | 0

Answered
Is Intel's RealSense camera supported by the Image Acquisition Toolbox?
The above answer from MW staff is weird. I got Intel realsense SR300 and have 2017a IMAQ toolbox with generic OS webcam hardware...

meer dan 5 jaar ago | 0

Answered
How to connect Intel Real Sense with Matlab??
Realsense cameras (atleast the one I got -SR300) have various channels. E.g. vir = videoinput('winvideo', 3, 'INVZ16_640x480') g...

meer dan 5 jaar ago | 0

Answered
small values result in empty isosurface plot
I just noticed that there is a glitch in implementation, essentially inside a helper function. If the data (the last input varia...

ongeveer 6 jaar ago | 0

Answered
Why does the BEEP function produce no sound?
I just discovered that if you change the default system beep sound in OS preferences while Matlab is open, beeps in Matlab will ...

ongeveer 6 jaar ago | 0

Submitted


BASLER GenTL Producer Drivers for USB3 cameras
GenTL Producer Drivers for using Basler USB3 camera with Matlab

meer dan 7 jaar ago | 17 downloads |

Answered
Running out of memory
If xls format is not critical requirement, you may want to use fileIO operations and produce a csv (or some text delimited) form...

bijna 8 jaar ago | 0

Load more