photo

Ian


University of Minnesota Twin Cities

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
279 650
of 300 343

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20 926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


Determining Constants of Best Fit Curve
I have a dataset (x,y) that I would like to fit a curve to. The curve must be of the form: y = a + b*c^d*x^e where a,b,c,d...

nästan 10 år ago | 1 answer | 0

1

answer

Question


How to element by element multiply all rows of a matrix in a loop?
I've written a function which generates an (a x b) matrix where a,b are both inputted quantities. After I've generated this matr...

ungefär 11 år ago | 1 answer | 0

1

answer

Question


Running through a randomly generated array and doing calculations
Here's the problem statement: "Consider an array x of randomly generated positive and negative integers. Write a script that pe...

mer än 11 år ago | 1 answer | 0

1

answer

Question


Sum of first 100 integers?
Write a script that uses a for loop to calculate the sum of the first 100 integer numbers

mer än 11 år ago | 5 answers | 0

5

answers

Question


Vector Equation with scalars?
Define a and b as scalars a = 3 and b = 4, and x as the vector x = −3,−2.8,−2.6,··· ,1.6,1.8,2. Then use these variables to calc...

mer än 11 år ago | 1 answer | 0

1

answer

Question


Three element vector function?
Create a MATLAB function that, given a three element vector [x1 x2 x3] as input, calculates r = x1^2 + x2^2 − x3^2.

mer än 11 år ago | 1 answer | 0

1

answer

Question


Constucting an array in column form
Construct an array a (in column form) made of 17 (equally-spaced) values between 17 and 289.

nästan 12 år ago | 2 answers | 0

2

answers