![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/mgoelmathworkscom_1557342336789_DEF.jpg)
Manvi Goel
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
13 Answers
RANK
6 189
of 297 046
REPUTATION
8
CONTRIBUTIONS
0 Questions
13 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Create a function to determine the positive root of the following equation using the Fixed Point method
Refer to this tutorial for creating a function for solving a non linear equation using fixed point iteration method. https://w...
ungefär 4 år ago | 0
Create a function called UniformAB that allow to generate N as a random integer value between A and B
function N = UniformAB(a, b) N = randi([a,b], 1,1); end
ungefär 4 år ago | 0
problems with norm()
The reason for a bigger value of cost function could be wither a higher difference in experimental_force and abaqus_force or ver...
ungefär 4 år ago | 0
Not able to create a custom excel function using MATLAB Compiler
The error indicate that while building App, MATLAB not able to find the MinGW compiler which is required to build the App using ...
mer än 4 år ago | 0
Error using table/vertcat
I tried reproducing it at my end and just like you mentioned, it works as expected and the arrays concatenate vertically. It mig...
mer än 4 år ago | 0
Line detection for parking valet
You can construct an automated parking valet using the Automated Driving Toolbox. You can refer to this documentation https://...
mer än 4 år ago | 0
Coding to find difference between two lines on a x y plane
You can plot the difference between the two lines by simply passing the second argument to the plot function as y - z where y an...
mer än 4 år ago | 0
Solve Symbolic Simultaneous equations -- Please help!!
You will require four equations to calculate values of four unknowns. You only have 3 here. a + b + c + d == 0, (1) a*(n^3)+ b...
mer än 4 år ago | 0
Changepoint analysis/ findchangepts: How does it work?
The funtion findchangepts partitions the vector x into two regions and calculates sum of the residual (squared) error of each re...
mer än 4 år ago | 1
Project Euler Problem 3
The issue with MATLAB Cody not accepting your submission could be with the time complexity of your code. The sample test cases a...
mer än 4 år ago | 0
Force shut down my PC, now can't open .mlx file.
You can try creating a new .mlx file and check if the issue is with respect to only one particular file or with every file. An...
mer än 4 år ago | 0
How to solve multivariable ODE
In order to solve for a system of differential equations, you could use the dsolve function. You can refer to this link which ex...
mer än 4 år ago | 1
Offline authorisation for Matlab 2012a
Hi, yes it is possible to install MATLAB on an offline machine. The error that you’re facing occurs when attempting to launch MA...
mer än 4 år ago | 0
| accepted