photo

Manas

Last seen: 3 maanden ago Active since 2022

Followers: 0   Following: 0

Message

Associate in Engineering Development Group at MathWorks. Self-motivated and hardworking individual constantly testing my limits.

Programming Languages:
Python, C++, C, Go, MATLAB, SQL, Shell
Spoken Languages:
English, Hindi
Professional Interests:
Python with MATLAB, Cloud Deployment, Deep Learning for Image Processing

Statistics

All
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
Deep Neural Net for Regression
Hello Pappu Murthy, I understand that you are facing trouble explaining why the same neural network is converging faster when r...

10 maanden ago | 0

Answered
How do I stop an input from being entered twice?
Hello Matthew Smyth, I understand that you want to develop a MATLAB program that can simulate the game of hangman. Particularly...

10 maanden ago | 0

Answered
Reading serial port data in MATLAB background
Hey Nikan Fakhari, I understand that you are code is getting paused indefinitely when you run it along with other codes. Based...

10 maanden ago | 0

Answered
Do we need to normalize data before using matlab machine learning classifier especially SVM?
Hey Teo, I understand that you wish to know if there is a need to normalize data when using MATLAB SVM Classifier It is genera...

10 maanden ago | 0

Answered
Code Generation using Matlab script
Hey Suryakiran Menachery George, I understand that you would like to know to which command among “rtwbuild()” and “rti_build2()...

10 maanden ago | 0

Answered
Adjusting parameters in simulink model from app designer
Hello J Wells, I understand that you want to adjust the block parameters of a Simulink model from MATLAB app designer. One wa...

10 maanden ago | 0

Answered
how to simulate a poker game
Hello Philip Curran, I understand that you want to write a MATLAB program that can simulate a poker game between two players. Y...

10 maanden ago | 0

Answered
Random deposition of balls in a 2D grayscale image with avoiding the overlap as much as I can
Hello Wurood, I understand that you want to write a MATLAB program that can generate an image with balls of varying sizes distr...

10 maanden ago | 0

Answered
How do I get Copy and Paste and Ctrl+C and Ctrl+V to work in the editor in 2022a.?
Hello Russ Duren, I understand that you are not able to perform copy or paste operations on MATLAB R2022a editor even though t...

10 maanden ago | 0

Answered
Save multiple doubles in different sheets of one excel file
Hello, I understand that you want to save your array data into different sheets of one excel file. One way to do this is using ...

10 maanden ago | 0

Answered
Set dynamic random obstacles in GridWorld?
Hello Francesco Rizzo, I understand that you want to write a MATLAB program that can generate a grid environment course with ob...

10 maanden ago | 0

Answered
Matlab in Visual Studio Code Linux - where to start?
Hi Paul Zerr, I understand that you are looking for steps on how to run MATLAB code in Visual Studio Code on a Linux operating...

11 maanden ago | 0

Answered
Inizialize variable s function builder C
Hi Alessandro Mutasci, I understand that you are facing difficulties conceptualizing defining variables and managing them in S ...

11 maanden ago | 0

Answered
Difference between using a rlContinuousGaussianActor and a rlContinuousDeterministicActor with a Gaussian Explorationmodel
Hi Jonas Woeste, I understand that you wish to know the difference between "rlContinuousGaussianActor" and "rlContinuousDeterm...

11 maanden ago | 0

Answered
Run two scripts at the same time
I understand that you want to receive samples from LimeSDR in two different channels simultaneously, and you wish to do so usin...

11 maanden ago | 0

Answered
Inserted value failing to show up in list
Hi Manaal, I understand that you are trying to define a function that takes in a node from a doubly linked list and inserts a n...

11 maanden ago | 0

Solved


Balanced number
Given a positive integer find whether it is a balanced number. For a balanced number the sum of first half of digits is equal to...

bijna 2 jaar ago

Solved


Mandelbrot Numbers
The <http://en.wikipedia.org/wiki/Mandelbrot_set Mandelbrot Set> is built around a simple iterative equation. z(1) = c z...

bijna 2 jaar ago

Solved


Counting in Finnish
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for <http://en.wik...

bijna 2 jaar ago

Solved


Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...

bijna 2 jaar ago

Solved


Knight's Tour Checker
Given a matrix a, determine whether or not a legal <http://en.wikipedia.org/wiki/Knight's_tour knight's tour> is present. The kn...

bijna 2 jaar ago

Solved


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

bijna 2 jaar ago

Solved


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

bijna 2 jaar ago

Solved


The Goldbach Conjecture, Part 2
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

bijna 2 jaar ago

Solved


Get the area codes from a list of phone numbers
Given a string of text with phone numbers in it, return a unique'd cell array of strings that are the area codes. s = '508-647...

bijna 2 jaar ago

Solved


QWERTY coordinates
Given a lowercase letter or a digit as input, return the row where that letter appears on a standard U.S. QWERTY keyboard and it...

bijna 2 jaar ago

Solved


Given two arrays, find the maximum overlap
Given two arrays s1 and s2, create a new array s3 which is as short as possible and contains both arrays. If s1 = [1 2 3 4 5]...

bijna 2 jaar ago

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

bijna 2 jaar ago

Solved


Trimming Spaces
Given a string, remove all leading and trailing spaces (where space is defined as ASCII 32). Input a = ' singular value deco...

bijna 2 jaar ago

Solved


Subset Sum
Given a vector v of integers and an integer n, return the the indices of v (as a row vector in ascending order) that sum to n. I...

bijna 2 jaar ago

Load more