Manas
Followers: 0 Following: 0
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
Python, C++, C, Go, MATLAB, SQL, Shell
Spoken Languages:
English, Hindi
Professional Interests:
Python with MATLAB, Cloud Deployment, Deep Learning for Image Processing
Feeds
已回答
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...
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...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
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()...
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()...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
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 ...
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 ...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
Inizialize variable s function builder C
Hi Alessandro Mutasci, I understand that you are facing difficulties conceptualizing defining variables and managing them in S ...
Inizialize variable s function builder C
Hi Alessandro Mutasci, I understand that you are facing difficulties conceptualizing defining variables and managing them in S ...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已回答
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...
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...
1 year 前 | 0
已解决
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...
2 years 前
已解决
Mandelbrot Numbers
The <http://en.wikipedia.org/wiki/Mandelbrot_set Mandelbrot Set> is built around a simple iterative equation. z(1) = c z...
2 years 前
已解决
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...
2 years 前
已解决
Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...
2 years 前
已解决
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...
2 years 前
已解决
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...
2 years 前
已解决
The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...
2 years 前
已解决
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 ...
2 years 前
已解决
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...
2 years 前
已解决
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...
2 years 前
已解决
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]...
2 years 前
已解决
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...
2 years 前
已解决
Trimming Spaces
Given a string, remove all leading and trailing spaces (where space is defined as ASCII 32). Input a = ' singular value deco...
2 years 前
已解决
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...
2 years 前