Statistics
3 Questions
0 Answers
RANK
242,370
of 301,432
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
I need to write a script for a nonlinear system equations.
5cos(x) - 4cos(y) -5 = 0 4sin(x) - 4sin(y) = 0
9 years ago | 1 answer | 0
1
answerQuestion
how can I write Matlab codes for a nonlinear simultaneous equation for a loop function
I am doing a simulation on a four bar linkage mechanism where theta2 is the drive link and I'm to determine theta3 and theta4 fr...
9 years ago | 0 answers | 0
0
answersQuestion
When theta2 makes a complete cycle, I get error message.
clear all clc L2 = 10; L3 = 20; theta2 = 0:pi/18:2*pi; % theta2 = pi/12; omega2 = 1.6; ...
9 years ago | 2 answers | 0
