Ali Mukhtar
Followers: 0 Following: 0
Feeds
질문
RK4 method for solving first order equations
% % % Equations % % % syms T1(t) T2(t) T3(t) T4(t) T5(t) T6(t) delta_T1 = ((2*alpha_1/lamda1^2)*(zeeta_12+eeta_1-2)*T1 + (2...
6개월 전 | 답변 수: 1 | 0
1
답변질문
knob data input add in workspace for simulink , simscape and multibody
i have 3 combine models simscape , simulink and multibody... there are 3 variables im using M, B and k i want to get input from ...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
Indexing with parentheses '()' must appear as the last operation of a valid indexing expression
des=[0.1 0.5 0.5]; L = length(des); x = zeros(1,L) etaa= 0.04; w=zeros(1,L); % w2=zeros(1,1); e=zeros(1,1); for k = 1:150...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Get .m file of simulink block
i have a LMS filter in simulink i want to get its code .... so i can have better understanding how code works ... but im unable ...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Array operation shift values
i have an array of A=[0 0 0 0 0 ] im sending first value "3" array become A=[3 0 0 0 0] ... then when i send next value for e.g....
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
how to solve matrix?
if i have matrix M=[1 0 1; 0 0 1; 1 1 1] and T=5 apply a condition on this matrix if nnz(M)>= T perform task and make elsei...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
this function does not fully set the dimensions of output port 2?
i have attached pic when i run this file it gives me port erroe 2 i have tried all solutions available on internet ..t
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
how to sort variable of an array?
let suppose we have 3 varaibles A=45, B=54,C=23 and we stores data in matrix M=[A B C] i want to sort on basis of their numerica...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
How to make a variable an even number?
if i have variable an even number is there any direct command can be used please mention with an example
대략 5년 전 | 답변 수: 2 | 0
2
답변질문
apply condition on Matrix?
if i have a matrix B=[1111000] and another integer T=4 i want to apply while loop if number of One's in B>=T how should i write ...
대략 5년 전 | 답변 수: 2 | 0
2
답변질문
How can we connect nodes in simulink through decision trees?
i want to connect node 11 with node 21 thorugh graph tree method and node 12 and node 21 with each other
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
how to track location of number in array after sorting?
i have a array B=[ 95 75 80 90 40 55] which i want to save data like B=[B1 B2 B3 B4 B5 B6] after sorting i got B=[95 90 80 75 ...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
hi, i want to connect Single-Phase Two-Way Switch to lithium ion battery.. i have issues regarding simulink design
connect lithium ion battery with Single-Phase Two-Way Switch,
거의 9년 전 | 답변 수: 0 | 0