Community Profile

photo

Pratyush Swain


Aktiv seit 2022

Programming Languages:
Python, C++, MATLAB
Spoken Languages:
English, Hindi

Statistiken

  • 6 Month Streak
  • Knowledgeable Level 3
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
How to count the number of pixels having values in 3Dtime series data?
Hello Vedanta, Given that you have a 3D time series data and you want to create a 2D output containing count of valid pixel val...

13 Tage vor | 1

| akzeptiert

Beantwortet
Export 3D MATLAB figure to EM Simulation Software (CST).
Hi Michael, Exporting 3D MATLAB Figure to the .obj file format is not directly supported.Please refer to this third-party libra...

13 Tage vor | 0

Beantwortet
I want extract all the text from the given image.
Hi Merin, I understand you utilized an image from the color thresholder app and performed ocr to extract text but did not get s...

13 Tage vor | 0

Beantwortet
Observing Error while reading .csv files
Hi Mohaiminul, Please ensure the function "GetSubDirsFirstLevelOnly" function correctly retrieves the names of the first-level ...

14 Tage vor | 0

Beantwortet
Having issue in plotting live data of three channels in a single UI Axes
Hi Aditya, Your current code is structured to plot only one channel of data ("data1A") on your UI Axes. To plot multiple channe...

14 Tage vor | 0

| akzeptiert

Beantwortet
How to make my output binary in pattern recognition ANN?
Hi Mostafa, It is not necessary for the outputs to contain only binary numbers, since the class depends upon the higher number ...

etwa 2 Monate vor | 0

| akzeptiert

Beantwortet
Determining crack length from images
Hi Alexander, I can infer from the information given that there is a need for better segmentation of image in order to remove n...

etwa 2 Monate vor | 0

Beantwortet
Is there anyway to find a "lost" serialport?
Hi James, Yes, it is possible to find open MATLAB serialport objects and close them without restarting MATLAB. Here's a method...

etwa 2 Monate vor | 0

Beantwortet
What means MinLength in sequenceInputLayer?
Hi mika, The "MinLength" argument is used to define the smallest length of input sequences that the network can process. When y...

etwa 2 Monate vor | 0

| akzeptiert

Beantwortet
How to put linspace data into if statement
Hi Max, The error you're encountering is because the "&&" operator in MATLAB is used for scalar logical operations, and you're ...

etwa 2 Monate vor | 1

Beantwortet
get webcam hardware ID to distinguish/address 2 identical webcams
Hi Roman, I agree its hard to distinguish between two identical cameras just by device ID.One practical approach to differentia...

etwa 2 Monate vor | 0

Beantwortet
How can I display on a Simulink Scope a digital signal that I am receiving in packages of N samples from a device via serial communication (i.e. [Nx1] array)
Hi Beda, I understand when you connect an Nx1 array directly to a Scope block, it interprets each element of the array as a sep...

etwa 2 Monate vor | 0

Beantwortet
Calling a C code function from MATLAB main program
Hi Anne, To call C functions from MATLAB, you generally need to create MEX files, you dont need a specific toolbox for this pur...

etwa 2 Monate vor | 0

Beantwortet
mutiple-input deep learning does badly in the validation set,it does well in single-input
Hi neal, I understand your three input model is currently not performing well as compare to single input model.Here are some su...

etwa 2 Monate vor | 0

Beantwortet
Considerable difference between Matlab script and Simulink simulation time while calling and interacting a third-party software (TruckSim)
Hi Amir, I understand you are finding considerable delay in simulation through MATLAB script. To address the issue, try to appl...

etwa 2 Monate vor | 0

Beantwortet
convert a sawtooth signal to linear signal in Simulink
Hi teun, i understand you want to convert your sawtooth signal into a linear signal.In process of filtering the signal, you use...

etwa 2 Monate vor | 0

Beantwortet
I want to implement this form for MPC but the matrix changes over the horizon and I cannot figure out how to implement this form;
Hi Emiel, It seems that you are trying to construct a block lower-triangular matrix that is typically used in Model Predictive ...

etwa 2 Monate vor | 0

Beantwortet
Matlab legend show opaque plot symbols when plot symbols are semi-transparent.
Hi kai, I understand while creating a semi-transparent scatter plot, the markers in legend can become difficult to realize too....

etwa 2 Monate vor | 0

| akzeptiert

Beantwortet
PDE toolbox: unexpected result of static structural model for stretchy sheet
Hi Myrtle42, One key observation which can be noted here is the forces are applied with the assumption that force vectors are [...

etwa 2 Monate vor | 0

Beantwortet
I want to tune my fuzzy controller using GA
Hi Armin, The error stack you've provided is a sequence of function calls that led to the error of the fuzzy controller. Now le...

etwa 2 Monate vor | 0

Beantwortet
Having trouble connecting serial port inside GUI
Hi Kit, I understand you are unable to connect to your serial port device from inside the application.Here are some of the step...

etwa 2 Monate vor | 0

Beantwortet
Running ImageJ Macro commands in MATLAB
Hi Etash, I understand you are facing difficulty in running ImageJ commands in MATLAB. I carried out the following installation...

etwa 2 Monate vor | 0

Beantwortet
Can MATLAB play audio and then listen to and react depending on a certain response.
Hi Bekah, I understand you want to play an audio in MATLAB which is to be followed by a response,and then the response has to b...

etwa 2 Monate vor | 0

Beantwortet
How i can retrieve 3D position of points from 2D images of an object?
Hi Homeyra, I understand you want to retrieve the 3D position of points from 2D images of an object.Please refer to this exampl...

3 Monate vor | 0

Beantwortet
How to download repo from artifactory(jfrog).
Hi Vickey, I understand you want to download repository from jfrog artifactory. The two ways to achieve this task are as follow...

3 Monate vor | 0

Beantwortet
How to write a open cam loop?
Hi Dekel, I understand you are trying to convert the code from reading a video to opening a camera and reading from it.The "Vid...

3 Monate vor | 0

Beantwortet
Programmatically determine which Deep Learning layer properties contain learnables
Hi Matt, I understand you want to access the learnable properties of a deep learning layer object. There is no direct way fetch...

4 Monate vor | 0

| akzeptiert

Beantwortet
Globalize a Dictionary or containers.Maps and use it in MATLAB function block in Simulink?
Hi Chang-Mu, To achieve your goal of checking for new and redundant IDs in a MATLAB function block within Simulink, we can use ...

4 Monate vor | 0

| akzeptiert

Beantwortet
Projects, Git, and OneDrive Repository Corruption.
Hi Wesley, I understand you are facing problems in cloning repository to OneDrive.The warning prompt appeared due to the risk o...

4 Monate vor | 0

| akzeptiert

Beantwortet
Inquiry about cvexRectifyImages for Stereo Vision
Hi Andrew, I understand you want to utilise the "cvexRectifyImages" function for the uncalibrated stereo image rectification wo...

4 Monate vor | 0

Mehr laden