photo

Kagome


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
1 답변

순위
144,227
of 300,364

평판
0

참여
4 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


Get matlab to calculate and plot Torque
Calculate the tension T in cable BC required to open gate AB as a function of water depth d for values 0 ≤ d ≤ dmax. Write a Ma...

거의 14년 전 | 답변 수: 0 | 0

0

답변

질문


Reduce a certain kind of multiplication expression and square root expression
Multiplication by a division expression. x * (y / z) can be better expressed as (x*y) / z. But before returning this new expre...

14년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Help writing Reduce functions for arithmatic in matlab
I need help figuring out how to write a couple reduce functions. One is somewhat of an umbrella function and the second is a fun...

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

1

답변

답변 있음
toString function (trying to write a function that takes a cell array expression and returns a string)
I got it to work with this super long thing lol. Thank you for the input :)! function s = toString(Expr) type = Expr{1};...

14년 초과 전 | 0

질문


toString function (trying to write a function that takes a cell array expression and returns a string)
How do I write a toStringfunction that takes any cell array expression and returns a human-readable string. I need to do this fo...

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

2

답변