
Python, C++, C, Java, Javascript, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Professional Interests:
Statistics
RANK
1,635
of 273,628
REPUTATION
30
CONTRIBUTIONS
0 Questions
16 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
of 18,460
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
integral caculation using matlab
Hi, I understand that you are getting error when running the above script. The reason why you are getting an error is because in...
15 days ago | 0
Unrecognized method, property, or field 'stopEditField' for class 'Resp'.
Hi, I understand that you are getting an error when pressing the stop button in an application created with the app designer. ...
16 days ago | 0
Optimization, optimconstr: Unable to perform assignment because the left and right sides have a different number of elements.
Hi, I understand that you are facing error when performing assignment to an OptimizationConstraint array. The array con has ...
16 days ago | 0
| accepted
Fitnet: Why do some training functions (trainbfg,traincgf) with default settings fail on the simplefit dataset, while others (trainlm,trainbr) work perfectly well?
Hi, I understand that you want to know why some network training functions are performing poorly as compared to others. The ev...
16 days ago | 0
How to add vector space to a live script text ?
Hi Nuri, I understand that you want to insert a marix/vector with curly braces in MATLAB live editor text. The simplest way wo...
17 days ago | 0
How do I create a header file that is associated with a set of images captured from a camera?
Hi Scott, I understand that you want to understand how to organize the image data that you are acquiring. At the end it all de...
17 days ago | 0
| accepted
maximizing objective function with equality and inequality constraints
Hi, I understand that you want to solve this linear programming problem. The solution for your example is trivial, as pointed...
17 days ago | 1
| accepted
State space represenation of double integrator car model in the curvilinear domain.
Hi Ishu, I understand that want to figure out how to include yaw in the dynamics. You cannot include yaw in the control input...
17 days ago | 0
| accepted
Store midpoint of all the squares inside the square of width 1cm.
Hi, I understand that you are trying to divide a square of side 1 into n squares and find mid points of all these smaller squ...
2 months ago | 0
Why does converting in and out of LongBits introduce error?
Hi, I understand that you are using java.long.Double to convert a double to its IEEE-754 representation as long and the long ...
2 months ago | 1
Solved
Is the Point in a Triangle?
Check whether a point or multiple points is/are in a triangle with three corners Points = [x, y]; Triangle = [x1, y1; x...
5 months ago
I have a problem in MATLAB Simulink.
Hi, I understand that you are trying to get the parameters from which sine wave is calculated, particularly time “t”. The si...
5 months ago | 1
| accepted
Matlab out of memory
Hi, I understand that you are encountering out of memory error when executing MATLAB code. The statement “Limited by Syste...
5 months ago | 0
Depth First Search with pruning
I understand that you are trying to parallelize the DFS with pruning. You can try the Parallel for loop - MATLAB parfor (mathw...
5 months ago | 0
Solved
Can we make a triangle?
Given three positive number, check whether a triangle can be made with these sides length or not. remember that in a triangle su...
6 months ago
Solved
Find the sides of an isosceles triangle when given its area and height from its base to apex
Find the sides of an isosceles triangle when given its area and the height from its base to apex. For example, with A=12 and ...
6 months ago
Solved
Height of a right-angled triangle
Given numbers a, b and c, find the height of the right angled triangle with sides a and b and hypotenuse c, for the base c. If a...
6 months ago
Solved
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
If _p_ is the perimeter of a right angle triangle with integral length sides, { _a_, _b_, _c_ }, there are exactly three solutio...
6 months ago
Solved
Find my daddy long leg (No 's')
Given the ratio of the two legs (longer / shorter), and the hypotenuse length, find the value of the bigger leg.
6 months ago
Solved
Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vert...
6 months ago
Solved
Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...
6 months ago
Solved
Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...
6 months ago
Solved
Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...
6 months ago
Solved
Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...
6 months ago
Solved
Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...
6 months ago
Solved
Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...
6 months ago
Solved
Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...
6 months ago
Solved
Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...
6 months ago
Solved
Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...
6 months ago
Solved
Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...
6 months ago