Mustafa Duran
Followers: 0 Following: 0
Statistik
15 Fragen
0 Antworten
RANG
205.505
of 295.448
REPUTATION
0
BEITRÄGE
15 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
46.67%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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
Feeds
Frage
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 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 Monate vor | 0 Antworten | 0
0
AntwortenFrage
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 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 Monate vor | 2 Antworten | 0
2
AntwortenFrage
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) = ...
etwa ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
lsqnonlin evaluation limit problem
I solved nonlinear overdetermined equation system in MATLAB. But there is an error about evaluation limit: lsqnonlin stopped be...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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) ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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]; ...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0