Mustafa Duran
Followers: 0 Following: 0
Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
205.518
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
46.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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
SIMULINK mask parameter extract from MATLAB workspace
This is my Simulink diagram. I want to take that 1/inertia gain value from MATLAB workspace and 1/inertia gain value must be ide...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
Simulink source commands finding
I want to use that input graph to calculate output angular velocity in Simulink, i looked at the source commands like step, ra...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
3d table interpolation
function T = bul(f, h) % Verilen x, y ve z değerleri T_values = [5, 6,7]; f_values = [10, 20]; h_values = [1, 2; 3, 4;5 6]; ...
8 meses hace | 0 respuestas | 0
0
respuestasPregunta
converting float to integer makes problem
My code is: % Uzunluk(cm) e=2.25; a=15.75; b=13.5; g=44.25; L=90.50; %Mesnet yükleri(kg) C=3750; B=3750; A=6500; D=3750; %Y...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
Simulink to workspace doesn't work
My Simulink file was like that and when i want to plot the results it doesnt work %file is untitled2.m Mp =10; Mj=60; ...
12 meses hace | 2 respuestas | 0
2
respuestasPregunta
While loop in function
This is my function code: function [i, epsilon_a,x_sol] = secant_hyy(f,epsilon_c,x_var_1,x_var_2) syms x; i = 3; x_sol(1) = ...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
xcorr command makes mistake at 10^-5 order.
function t = xcoor_time_interval(s1, s2, Fs, tit, plot_wanted) %XCOOR_TİME_İNTERVAL Summary of this function goes here % Det...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
lsqnonlin evaluation limit problem
I solved nonlinear overdetermined equation system in MATLAB. But there is an error about evaluation limit: lsqnonlin stopped be...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Nonlinear overdetermined equation systems
There is a nonlinear overdetermined system. For example: syms x y z t x+y+z+t=0.5 3x+4y+5z+2t=5 2x+9y+3z+4t=6 2x+4y+8z+6t=2...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Solving an overdetermined linear system
My code is like that and MATLAB gives me error of inconsistancy, how can i solve overdetermined linear system? syms e0 e1 e2 ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Error using sym/coeffs. First argument must be a scalar.
syms q1(t) q2(t) q3(t) q4(t) q5(t) q6(t) q1_hiz(t) q2_hiz(t) q3_hiz(t) q4_hiz(t) q5_hiz(t) q6_hiz(t) q1_ivme(t) q2_ivme(t) q3_iv...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Extracting symbolic values from symbolic matrix
I have a long code which has syms like q1(t) q2(t) ... I have a 3x1 matrix which is in format like: n1=a1*q3(t) ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate.
Hello everyone. I have a matrix that is: 0.004648380836025 0.002524412954424 -0.002524412954424 -0.000821180565226 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
MATLAB gives the integer value of subtraction when the difference between numbers is large.
Hello everyone. I have a problem in my code, i will show it with an example below: a=[1;1;1;1]; b=[10^23;10^23;10^23;10^23]; ...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
MATLAB gets the inverse of the matrix wrong
Hello everyone. I write a code like this for Newton-Raphson; however system is converges. Thanks in advance to those who are int...
más de 2 años hace | 1 respuesta | 0