Ameer Hamza
Followers: 0 Following: 0
Estadística
8 Preguntas
2 Respuestas
CLASIFICACIÓN
27.341
of 295.527
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
12.5%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Output returned by S-function input in sim/S-Function2' during flag=3 call must be a real vector of length 4
Hello I am working in matlab using S functions and i have encountered the above mentioned problem. I get the following two mess...
casi 6 años hace | 4 respuestas | 1
4
respuestasQuestion about plotting matrix
We need to get all the values of matrix A in every iteration and plot them not the final values. close all clear ...
más de 6 años hace | 0
Pregunta
Question about plotting matrix
Hello I have problem in plotting (2*2) loop matrix. My matrice code is as follow : theta=0:pi/6:2*pi; A=[cos(theta), 0...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot circle by one single equation?
I need code which plot the circle in one single equation (variable). I have the code but i need code of single equation, the cod...
más de 6 años hace | 4 respuestas | 0
4
respuestasPregunta
Matlab Questions Simulation Problem
Please i have set of question in matlab: 1)How to make point in plane moving in desired trajectory? 2) How to make set of ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
I have error in the following code, the error is (Error in Example_random (line 3) if Initialization ), could you help me to fix the problem. Thank you.
function [Command,Exp]=Example_random(Exp,Initialization) if Initialization Exp.Robots=2; Exp.Workspace= [0 0; 0 ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Tracking a moving target trajectory
Hello, I have problem in matlab. I am trying to simulate code of tracking a moving target trajectory (3D). The target will mov...
más de 6 años hace | 2 respuestas | 0
2
respuestasMoving a fixed point ?
Thank you for your remarks. A moving path is a set of points moving randomly in space to form trajectory ( rectangular path ). F...
más de 6 años hace | 0
Pregunta
I am trying to get a 3*3 diagnol matrix by using the following code. But the resultant matrix dimensions exceed 3*3 matrix.
theta = 0:pi:2*pi; a = cos(theta)+sin(theta); A = ismatrix([[a,0,0],[0,a,0],[0,0,a]]); a = cos(theta)+sin(theta); ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Moving a fixed point ?
How to make the fixed point in moving path move before the other points?
más de 6 años hace | 1 respuesta | 0