photo

Dan


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
0 답변

순위
219,372
of 302,098

평판
0

참여
4 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,542

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,932

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to solve a system of equations symbolically? (MATLAB R2011a)
This is what I'm trying to do: syms x1 x2 x3 X1 X2 X3 t S = solve('x1 = 3*t*X1+X2', 'x2 = 2*t^2*X2', 'x3 = 5*t*X3'...

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

1

답변

질문


Is there a way to solve a system of symbolic equations that involve trigonometric equations?
I have the following two matricies: T = [ cos(theta1 + theta2 + theta3), -sin(theta1 + theta2 + theta3), 0, L2*cos(theta1 + ...

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

0

답변

질문


How can I solve a system of equations symbolically?
This is the code that I'm trying to run: clear; clc; syms F1 F2 F3 a m x1 x2 x3 L1 L2 L3; F = [F1; F2; F3]; x = [...

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

1

답변

질문


Why does using ind2rgb on an image file give me non-RGB color values?
I have an image that I have loaded into MATLAB (image1) Then I do the following: [IND, map] = rgb2ind(image1, 20); im...

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

1

답변