Community Profile

photo

Neilabh Banzal


Attivo dal 2020

.

Statistiche

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

Visualizza badge

Content Feed

Visto da

Risolto


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

circa 2 anni fa

Domanda


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...

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Risposto
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...

quasi 4 anni fa | 0

Domanda


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...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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:...

quasi 4 anni fa | 1 risposta | 0

1

risposta