photo

jandas


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

0 질문
3 답변

Cody

0 문제
1 답안

순위
8,234
of 300,331

평판
6

참여
0 질문
3 답변

답변 채택
0.00%

획득한 표
1

순위
 of 20,920

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
118,785
of 168,124

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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...

거의 8년 전

답변 있음
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

11년 초과 전 | 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...

11년 초과 전 | 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...

11년 초과 전 | 0