photo

Savannah Roemer


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Using fprintf for complex numbers
Hi, I have Z1= sqrt(3) * exp((pi*i)/4) Z2= 2 * exp((pi*i)/6) Z3= sqrt(3) * exp((3*pi*i)/4) Z4= 2 * exp(pi*i) Z5= 2 * exp(-...

5 years ago | 3 answers | 0

3

answers

Question


function using X=@x[1,x,x^2,...x^n] of length x.
I'm writing a function for general least squares regression. function [p, dp, chi2] = gllsr (X, x, y, sgm) Outside my f...

8 years ago | 1 answer | 0

1

answer