photo

Michelle Babak


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
258,897
of 301,186

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Interpolatation between values in a timetable?
I currently have a timetable where I have a time column and a latitude column. Where: Time=[t1,t2,t3,t4,t5,t6,t7] Latitude=[...

7 years ago | 1 answer | 0

1

answer

Question


How to find corresponding y values to x values when only given table
My problem is that I have a table of x and y values and have plotted data. I plotted a line of best fit (sinusoidal function) to...

8 years ago | 0 answers | 0

0

answers

Question


MATLAB find coefficients for a specific equation?
I was given the equation: Ft=A0+(A1*t)+(A2*cos(t*w0))+(B1*sin(t*w0)); w0=(2*pi/365); I am given a vector of 900 poin...

8 years ago | 0 answers | 0

0

answers

Question


MATLAB regression error with length of vector
NumRocks=[1608 1277 1025 851 726 438 102 53 9 5 1]; %Number of rockfalls vector Vol=[0.01 0.02 0.03 0.04 0.05 0.1 0.5 1 5 1...

8 years ago | 1 answer | 0

1

answer

Question


Least squares matrix?
%Constants NumRocks=[1608 1277 1025 851 726 438 102 53 9 5 1]; %Number of rockfalls vector Vol=[0.01 0.02 0.03 0.04 0.05 0.1 0...

8 years ago | 1 answer | 0

1

answer

Question


Problem with dimensions using meshgrid
Not sure why my code isn't working >> [x,y]=meshgrid(-100:1:100, -100:1:100) >> z = (-4.3461.*(10.^-7)).*[1/[1...

8 years ago | 1 answer | 0

1

answer