Community Profile

photo

Andrew


Texas A&M University

Active since 2014

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Why is this variable undefined?
I have a function that uses gradient ascent to calculate a maximum, but I keep getting an error. fhandle is a function handle, x...

9 years ago | 2 answers | 0

2

answers

Question


Creating a gradient ascent matlab function?
I have to create a gradient ascent matlab function to find the maximum of a function. The inputs are a function handle, an initi...

9 years ago | 0 answers | 0

0

answers

Question


Creating a gradient ascent matlab function?
I have to create a gradient ascent matlab function that finds the maximum of a function of two variables. It can call a function...

9 years ago | 1 answer | 0

1

answer

Question


Best matlab curve fitting functions?
I have the following set of data: x=[0 .1579 .3158 .4737 .6316 .7895 .9474 1.1053 1.2632 1.4211 1.5789 1.7368 1.8947 2.0526...

9 years ago | 1 answer | 0

1

answer

Question


How to find all valid calling syntax's?
I've got a function that I need to find all the valid calling syntax's for. The line after function is : [ a ] = drag_model( s...

9 years ago | 1 answer | 0

1

answer

Question


How to do Runge Kutta 4 with a second order ode?
I'm trying to do Runge Kutta with a second order ode, d2y/dx2+.5dy/dx+7y=0, with .5 step size from 0 to 5. My initial conditions...

9 years ago | 2 answers | 0

2

answers

Question


Solve a second order differential equation in matlab?
I have to solve the equation d2y/dx2+.5dy/dx+7y=0 with initial conditions y(0)=4 y'(0)=0 with x ranging from 0 to 5 with a step ...

9 years ago | 3 answers | 0

3

answers

Question


How to create a structure inside a structure?
I have to create a structure called rover that contains a structure called wheel assembly inside it. How do I go about doing thi...

9 years ago | 1 answer | 0

1

answer

Question


I'm trying to calculate the zero of a function, and keep getting "Function 'subsindex' not defined for values of class 'struct'" error?
I'm trying to calculate the zero of the function F_net and assign it to the variable omega_zero(ii) in the following program: ...

9 years ago | 0 answers | 0

0

answers

Question


Why matlab is outputting test values even though everything is suppressed?
I'm writing a function to find the roots of an inputted function and I've suppressed everything and I'm trying to make it run wi...

9 years ago | 2 answers | 0

2

answers

Question


How to create a variable without assigning a value, so you can find the zero of the function?
I have to write a function that calculates the zero of a function if the function is inputted and the lower and upper bounds are...

9 years ago | 1 answer | 0

1

answer