Community Profile

photo

Dan


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer