Community Profile

photo

Harshit Saini

MathWorks

Last seen: circa 2 mesi fa Attivo dal 2022

Followers: 0   Following: 0

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

Statistiche

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

Visualizza badge

Feeds

Visto da

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

11 mesi fa | 0

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

circa un anno fa | 0

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

circa un anno fa | 0

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

circa un anno fa | 0

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

circa un anno fa | 0

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

circa un anno fa | 0

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

oltre un anno fa | 0

| accettato

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

oltre un anno fa | 0

| accettato

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

oltre un anno fa | 0

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

oltre un anno fa | 0

| accettato