photo

Phembuvuyo


Last seen: 4 Tage vor Aktiv seit 2025

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
0 Antworten

RANG
299.749
of 300.343

REPUTATION
0

BEITRÄGE
2 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I'm trying to come up with the workspace for my 3RRR pkm via discretization method. Solid edge is used to validate and code seems to be generating an overestimated workspace
clear; clc; close all; % Workspace Discretization x_range = -500:5:500; y_range = -500:5:500; % Link lengths link1 = 30...

4 Tage vor | 1 Antwort | 0

1

Antwort

Frage


I'm trying to solve for my inverse kinematics for a 3RRR plannar pkm, my theta is close but apparently it should be accurate to about 2 decimal places and mine is off by 0.5
function [theta] = inverse_kinematics(a, x, y, z, psi, link_1, link_2, link_3, a_ix, a_iy) %Naming of changing variables a...

10 Tage vor | 1 Antwort | 0

1

Antwort