Python, C++, C, Java, Javascript, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Statistik
RANG
1.503
of 295.448
REPUTATION
44
BEITRÄGE
0 Fragen
22 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
4
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?
6 Monate vor
How to input numeric array into Edit Filed using App Designer
The other solutions have a few basic edge cases where they fail: Do not consider inf, -inf When splitting, do not consider th...
mehr als ein Jahr vor | 0
how to find the radius of a circle from an image
Hi, I think you can reduce/simplify the problem statement to finding the enclosing circle around a collection of points. To ...
mehr als ein Jahr vor | 0
video_writer_linux_ubuntu
Hi, I understand that you are trying to create a video from images that are coming in the loop. There are multiple issues rela...
mehr als ein Jahr vor | 0
| akzeptiert
Plot two or more multcompare results vertically in one figure
Hi, I understand that you want to have the figure rotated. You can do that programatically using the camroll function. loa...
mehr als ein Jahr vor | 0
Compute Jacobian of a function using Automatic Differentiation
Hi, Your observation is correct. You cannot use autodiff from Deep Learning Toolbox to compute Jacobian of a Vector valued fun...
mehr als ein Jahr vor | 0
Minimal spanning tree problem
Hi, I don't think it is possible to get all the optimal solutions. The function returns one of the solutions. Also, the foll...
mehr als ein Jahr vor | 0
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...
fast 2 Jahre vor | 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. ...
fast 2 Jahre vor | 1
| akzeptiert
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 ...
fast 2 Jahre vor | 0
| akzeptiert
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...
fast 2 Jahre vor | 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...
fast 2 Jahre vor | 0
| akzeptiert
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...
fast 2 Jahre vor | 0
| akzeptiert
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...
fast 2 Jahre vor | 1
| akzeptiert
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...
fast 2 Jahre vor | 0
| akzeptiert
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...
fast 2 Jahre vor | 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 ...
fast 2 Jahre vor | 1
Gelöst
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...
etwa 2 Jahre vor
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...
etwa 2 Jahre vor | 1
| akzeptiert
Matlab out of memory
Hi, I understand that you are encountering out of memory error when executing MATLAB code. The statement “Limited by Syste...
etwa 2 Jahre vor | 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...
etwa 2 Jahre vor | 0
Gelöst
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...
etwa 2 Jahre vor
Gelöst
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 ...
etwa 2 Jahre vor
Gelöst
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...
etwa 2 Jahre vor
Gelöst
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...
etwa 2 Jahre vor
Gelöst
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.
etwa 2 Jahre vor
Gelöst
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...
etwa 2 Jahre vor
Gelöst
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...
etwa 2 Jahre vor
Gelöst
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...
etwa 2 Jahre vor
Gelöst
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...
etwa 2 Jahre vor