Community Profile

photo

jandas


2014년부터 활동

통계

All
  • Solver
  • Knowledgeable Level 1
  • First Answer

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

6년 초과 전

답변 있음
calculate goodness of fit
Try to use the fit function [fitobject,gof] = fit(x,y,fitType) and have a look at the gof output argument

대략 10년 전 | 1

답변 있음
Rotate surface X Y Z around Y axis
There is a mistake in your code, the Z coordinate should be computed as Z(i) = X(i)*sin(ang) + Z(i)*cos(ang) Though, the...

대략 10년 전 | 0

| 수락됨

답변 있음
Plot eigen Vector e1 & e2 in matlab?
The problem is that you try to plot the vector using 2D line plot so your script actually plots two lines in the XY plane throug...

대략 10년 전 | 0