photo

Anita Osoh


Last seen: 2개월 전 2020년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


I accidentally closed my tab with matlab online can I recover my work
hello, due to borrowing a laptop I have been foced to use matlab online with my google chrome browser. I accidentally closed the...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


I am trying to find the roots of this equation but my code doesn't work. It keeps saying theta0 is unrecognized,
fun = @f; x0 = [0 6.28]; z = fzero(fun,x0) function theta0 = f(y0,yf,v0,x) y0= 2; yf= 1; v0=20; x=35; theta0= x*ta...

2년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How do i do this?
Check if SelectLogicalN( [-2, 3, 6; 5, 78, 44; 9, -3, -53;], [1, 0, 0; 0, 0, 1; 1, 1, 1;], 4) returns [-2; 9; -3; 44;]. Check i...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


My matlab function is only returning one output
function [ sd, mea, mod, va, med ] = StatisticsHw(x) sd = range(x, 'all'); mea = mean(x); mod = mode(x); va = var(x); med =...

거의 4년 전 | 답변 수: 1 | 0

1

답변