photo

Neilabh Banzal


Active since 2020

Followers: 0   Following: 0

.

Statistics

All
MATLAB Answers

8 Questions
1 Answer

Cody

0 Problems
1 Solution

RANK
168,158
of 300,956

REPUTATION
0

CONTRIBUTIONS
8 Questions
1 Answer

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
0

RANK
 of 21,124

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
99,371
of 172,015

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

4 years ago

Question


Solution of Quadratic Matrix Equation
Hello! I want to solve a Quadratic Matrix Equation of the form - Solve for z: z' A z + B' z + D = 0 I did see a simil...

4 years ago | 2 answers | 0

2

answers

Question


Is there a way to set MaxSQPIter for active-set algorithm under fmincon?
Is there a way to set MaxSQPIter for active-set algorithm under fmincon? I tried - options.MaxSQPIter = 1e3; However, that di...

4 years ago | 1 answer | 0

1

answer

Question


Unrecognized function 'issystem' in feval
I'm getting the following error while running fconmin - Error using fcn2optimexpr (line 103) Function evaluation failed while ...

4 years ago | 0 answers | 0

0

answers

Question


Unexpected Error in fmincon - Unrecognized function or variable 'issystem'
I'm getting the following error while running fconmin - Unrecognized function or variable 'issystem'. Error in optim.problemde...

4 years ago | 0 answers | 0

0

answers

Question


fsolve not converging at F(x) = 0
Hello, I have written the attached code for solving the equilibrium of a rigid-link torsional spring model using fsolve. Howev...

5 years ago | 1 answer | 0

1

answer

Question


How to implement Discrete Integration of the Gaussian Function on a Grid?
Hi! I want to implement a physical problem, where the photons are incident on a 2D sensor as a Gaussian Function. I need to fin...

5 years ago | 1 answer | 0

1

answer

Answered
PLOT 5 seconds of continuous signal
Hi, You don't need to convert the table into array. A simple plot(data3.x, data3.y); should work. Here, x and y are your co...

5 years ago | 0

Question


How to import data into function apart from the inputs?
Hello, I am currently in the process of making a sensor model which has a lot of arameters involved in the model. I have curre...

5 years ago | 0 answers | 0

0

answers

Question


Error using writematrix (line 134) Invalid parameter name: Range.
I am getting the error: Error using writematrix (line 134) Invalid parameter name: Range. for running the following function:...

6 years ago | 1 answer | 0

1

answer