Community Profile

photo

Harshit Saini

MathWorks

Last seen: 24 days ago Active since 2022

I am an Associate Application Support Engineer at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks

Programming Languages:
Python, Javascript, MATLAB
Spoken Languages:
English, French, Hindi
Professional Interests:
Graphics, Simulink

Statistics

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

View badges

Content Feed

View by

Answered
HELP regarding multiple USRP N200
Hi Arhum Ahmad, I understand you are encountering errors when setting up multiple USRP devices to a single host computer. Wi...

10 months ago | 0

Answered
error on start up. No Project Currently Loaded
You can try to troubleshoot the issue by following the steps below: Before modifying the search path, it is important to take a...

12 months ago | 0

Answered
Linux Mint / Ubuntu MATLAB 2022B VideoReader/initReader Could not read file due to an unexpected error. Reason: Unable to initialize the video properties
I understand you are facing an error with MATLAB failing to read the video properties of your input video file. This can be caus...

1 year ago | 0

Answered
How to select only that rows from which I have values in all columns?
To select only the rows from which you have values in all columns of your dataset in MATLAB, you can use the "rmmissing" functio...

1 year ago | 0

Answered
How to connect my esp32 cam to Matlab gui and stream video
To connect your ESP32 Cam to MATLAB GUI and stream video, you can use the “ipcam” function available in the Image Acquisition To...

1 year ago | 0

Answered
Find text in multiple functions at once
Yes, there is a way to find and replace text that repeats in multiple MATLAB functions saved in the same folder. You can use the...

1 year ago | 0

Answered
function 'designMultirateFIR' attenuates output signal for ratio of SampleRateIn/SampleRateOut > 4
This behavior is due to the characteristics of the lowpass FIR used in the FIR rate converter (antialiasing in this case), which...

1 year ago | 0

| accepted

Answered
writeRead on SPI devices
To communicate with SPI devices, you can use the single “writeRead” function to both write or read data to the device. It takes ...

1 year ago | 0

| accepted

Answered
Error using mesh (line 71) Z must be a matrix, not a scalar or vector.
As stated in the error, the “mesh” function takes in an input as a matrix. Mesh considers the row and column indices as the x-co...

1 year ago | 0

Answered
facing problem in using DLL file in MATLAB app and communication with instrument
I understand that you are facing issue while including the .DLL files to control the Elliptic Thorlabs 14k Motor in MATLAB. To...

1 year ago | 0

| accepted