Community Profile

photo

Andrew


Texas A&M University

Attivo dal 2014

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta