photo

Neilabh Banzal


Aktiv seit 2020

Followers: 0   Following: 0

.

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

mehr als 2 Jahre vor

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 4 Jahre vor | 0

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort