Feeds
질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0

