Anita Osoh
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
67.160
of 295.467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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
Feeds
Question
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...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 2 jaar ago | 3 answers | 0
3
answersQuestion
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...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
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 =...
ongeveer 4 jaar ago | 1 answer | 0