Cheng Yoong
Followers: 0 Following: 0
I'm new to Matlab but i need it to complete my Final Year Project. Everyone that has experience please come and help me. Your effort is come with appreciation.
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
10.841
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
53.85%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
from .exe back to m files
I have a .exe file that I compile from some M-files and .fig file. Is it possible to get back those M-files and .fig file from t...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Handle 2 axes in one GUI
I create a GUI with 2 axes. The first axes I would like just to display an image. Code i used is as below: I = imread...
casi 13 años hace | 4 respuestas | 0
4
respuestasPregunta
Display JPEG file in GUI
I want to display an image in my GUI. An example given by Matlab on how to do this is by using imshow command: imshow('bo...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Using cylinder to represent robot joint
I'm developing a robot simulation GUI. Each robot link was represent by a stick as shown in figure below: <http://imageshack.us...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
Error with matrix structure
The following equation was taken from a textbook: 6 = 4cosθ1 + 3cos(θ1+θ2) 2 = 4sinθ1 + 3sin(θ1+θ2) and the book suggested to...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Set slider Max and Min value
I tried to set the Min value of slider to 1 and Max value to 2. But after I execute it,the slider doesn't appear in GUI and matl...
alrededor de 13 años hace | 3 respuestas | 2
3
respuestasPregunta
Assign value to slider in GUI from other M-files
I have a GUI that contain two sliders. Then I created a seperate M-file roughly like this: function [theta1,theta2] = inverse...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I change height and colour of cylinder made with SURF?
By default,we can use Matlab to plot a cylinder using <http://www.mathworks.com/help/matlab/ref/surf.html |surf|> command. This ...
más de 13 años hace | 5 respuestas | 0
5
respuestasPregunta
how to display the end-effector position?
I have a 3 links robot GUI software. The file can be downloaded through this link: http://www.sendspace.com/file/yrqzmp I us...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
how to create 3 link robot using robotic toolbox
I'm trying to create a 3 links revolute robot using robotic toolbox release 8. I define the links as below: L1=link([0 1...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Robot simulation of RRR robot
http://www.youtube.com/watch?v=QMkykqeSVWg&feature=related Anyone can tell me how to this simulation? I think it is in the field...
más de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
How to draw 2 links robot
I have a simple 2 links robot. I have determine the DH parameters and derived the T matrices as shown below: http://www.freeim...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Using slider in GUIDE to perform 2 tasks
I have the following GUI: http://postimage.org/image/n0ekwaw4/ I'm trying to use the slider to perform 2 tasks: 1. display cu...
más de 13 años hace | 1 respuesta | 0