Statistik
RANG
19.673
of 300.765
REPUTATION
2
BEITRÄGE
25 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
28.0%
ERHALTENE STIMMEN
2
RANG
of 21.084
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.941
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Non-planar robot Dynamics error using Roy Featherstone's Spatial toolbox
I am using this code to test robot dynamics of above robot using Spatial Toolbox: FDab(rob, [0;0;0], [0;0;0], [0;0;0]) But it...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenSpatial toolbox robot model
I changed the code and now it works properly. rob.Xtree{1} = rotx(1.57) * xlt([0 0 0]); rob.Xtree{2} = roty(1.57) * xlt([0.15,...
mehr als 6 Jahre vor | 0
| akzeptiert
Frage
Spatial toolbox robot model
I want to model these D-H parameters in spatial toolbox: Link: alpha, a, theta, d Link 1 : -9...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
3 DOF robot torque not converging Robotics Toolbox
I have a Simulink model in which desired torque is [0;0;0] and current torque should converge to zeros too. But I am getting o...
mehr als 6 Jahre vor | 0 Antworten | 0
0
Antworten3-DOF Robot Dynamics error in Robotics Toolbox
The error was due to no mention of motor inertias. I have set them to: for i=1:3 robot.links(i).Jm = 2.1184*10^-4; end and t...
mehr als 6 Jahre vor | 0
| akzeptiert
Frage
3-DOF Robot Dynamics error in Robotics Toolbox
Hello, I am trying to compute dynamics of 3 DOF robot using Robotics Toolbox by executing this code: robot.accel(q, zeros(1,...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
For loop error: Subscript indices must either be real positive integers or logicals
I am executing a for loop but it gives following error at time 0.6: T_o=[0;0;0]; T_d=[0;0;0]; T_l=[0;0;0]; out_n=zeros([],3)...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Need Instantaneous PID Value
I am using PID controller and the input is 3x1. The output I am getting is in 3x1 tf format. But I need it to be 3x1 double at ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Dynamics of robot in Simulink using Robotics Toolbox
I am trying to convert robot torque to acceleration, velocity and position (robot dynamics). I was doing it manually but the dy...
mehr als 6 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
Forward Dynamics of Robot using Robotics Toolbox
I am using robotics toolbox to compute the forward dynamics of a robot but I am unable to get the torque function to compute it....
mehr als 6 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
Torque Simulink model to script file
I am trying to code a Simulink model. I am using 2 sec simulation time and my input has values against the time 0:0.1:2 The out...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Simulink model 'to workspace' output
I am trying to control motor torque and am using a workspace variable in Simulink and want to output similar variable to workspa...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Numeric answer for PID command
I used a Simulink PD model and used values: P=100; D=10; N=100 The input I am giving is [0;0;0]-[0.05*(10-t);0.04...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Forward and Inverse Kinematics for robot
Hello, Hope you are doing well. I am verifying the output of my forward kinematics through inverse kinematics and the resu...
mehr als 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Exoskeleton torque plot is wrong
Hello, I need to plot torque of human arm and assistive torque of exoskeleton. I have the reference plots but my graphs are d...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Incorrect results and plots simulink
Hello, I am trying to achieve the desired plots on simulink but am unable to do it. I think I am using the correct block diag...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Simulink model of system
Hello, I have a system that I coded in Matlab .m file. As I have to extend it further into a complex control loop, I wish to ...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Robot not being plotted on 3D
Hello, I want to plot a robot but it is not coming to be. A 2-D plane is being generated instead of 3D space. Attached is the...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to remove certain pixels in an image and apply change on grayscale image?
Hello, I have a grayscale image (right) and have converted it into a logical image (left). The original image has reflections...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to convert kmeans output into binary and calculate gradient colour vector?
Hello, I have classified an image using kmeans clustering. The code is attached below. Now I want to convert the kmeans outpu...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to measure dimensions of region boundary plot?
Hello, I have an image (from MATLab example) and I want to know the number of pixels in/dimensions of the green boundary. As ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to isolate circle in image
Hello, I had an image from which I have detected the circle. Now that it has been detected, I want to retain only the circula...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to find the circle in image?
Hello, I have an image and I am unable to extract the circle in it. I have used all the methods including regionprops, imfind...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I train a dataset to find similar shades of a colour?
Hello, I have thousands of images that I want to train. But I want to know the method that I can use to find the images of th...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Binary Image - Black region detection
I have a binary image (attached) from which I want to detect and create bounding boxes around small black regions (as shown in b...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Extract diseased crops from image
I have an image (attached) bearing diseased crops. I have 300 such images. I need to extract the diseased portion and create a b...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Make black and white pixel image of a grid
I have this function which generates a 12x12 maze with lines as borders of the maze. I need to convert it into a monochromatic i...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortHow can I force a slider UIcontrol object in GUIDE to move in discrete steps?
Hello, I need to use this 'newval' in my rest of the code i.e. as newval changes by sliding the slider, a specific variable v...
mehr als 8 Jahre vor | 0

