grace lim
Followers: 0 Following: 0
Statistics
RANK
199.942
of 295.467
REPUTATION
0
CONTRIBUTIONS
15 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
for loop in matlab
syms Av Riopamp Riminus Rf Ro omega Ciminus h11=Riopamp+((Riminus*Rf)/(Riminus+Rf)) h12=Riminus/((Riminus+Rf)) h21=-(((Av*R...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
symbolic matrix help converting
syms j w C R h11 h12 h21 h22 %matrix i would like to solve ABCD=[1 (1/(j*w*C))+R; 0 1] %formular to converting ABCD to h para ...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
plotting graph using symbolic equation
syms h11 h12 h21 h22 ZL f=1000 to 1MHz Zin=h11-(h12*h21)/(h22+(1/ZL)) %equation to plot simplify(Zin) pretty(Zin) Avh=-h21...
meer dan 2 jaar ago | 2 answers | 0
2
answersQuestion
help in converting matrix
below is the codes using syms symbolic,may i know how to convert the matrix Z using the formular into h syms s C R w h11 h...
meer dan 2 jaar ago | 0 answers | 0
0
answersQuestion
how to sub multiple numbers into symbols
please help to sub in multiple values of f into fo ,which affects H(s) how do i plot graph from the results? thank you
meer dan 2 jaar ago | 0 answers | 0
0
answersQuestion
how to plot a graph
how do i plot the above graph with different frequency eg,f=100,200,300,400,500 using symbols ?thank you inadvance
meer dan 2 jaar ago | 0 answers | 0
0
answersQuestion
how do i solve plot error
i faced this error in plotting pls help i want to subs f=100.200,300 how do i do that?
meer dan 2 jaar ago | 0 answers | 0
0
answersQuestion
checking of answers ==
how to check if Zin==Yin in this case? thank you in advance
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
matrix output multiplication and division
its [A B C D] from this output matrix 2x2, how do i do B/D from the resulted output matrix thanks in advance
bijna 3 jaar ago | 1 answer | 0
1
answerhow do i multiply n number of matrix for 2x2 with the symboic output
thank you, how about if i wnt to do 2 matrix multiplication for n number of times? do i do it this way? E=[A B;CD] F={A B;C ...
bijna 3 jaar ago | 0
Question
error regarding syms symbolic mathtool
i have an error regarding syms,i keyed in all in syms in symbolic however there are stilll some error, thanks in advance
bijna 3 jaar ago | 2 answers | 0
2
answershow do i multiply n number of matrix for 2x2 with the symboic output
i tried this way but there is no output E = ABCD for n=1:9 E = E*ABCD; end
bijna 3 jaar ago | 0
Question
how do i multiply n number of matrix for 2x2 with the symboic output
hi how do i use my symbolc output results and do a matrix multiplication for a 2x2 matrix?thank you in advance
bijna 3 jaar ago | 2 answers | 0
2
answersQuestion
how do i plot a straight line and also change then range of the x axis and y axis ?
Vonew=45; Vonew2=15 vin=30; y=Vonew; %i get my Voutnew=45 x=Vonew2; plot( Vonew,y, 'o', 'LineWidth', 2); hold on plot( Vo...
bijna 3 jaar ago | 2 answers | 0
2
answersQuestion
how do i plot the output with constant input
This is my code: y=Vonew %i get my Voutnew=45 plot( y, 'b-', 'LineWidth', 2); xlabel('vin', 'FontSize', 20); ylabel('vo', 'F...
bijna 3 jaar ago | 2 answers | 0
2
answersQuestion
how do i plot the output vo against frequency ? i tried out however my graph seems weird thank you in advance
Av=1+(Rf/Ri_minus); Vo= (1+(Rf/Ri_minus))*Vin; Vonew=subs(Vo,{Rf,Ri_minus,Vin},{10,20,30}) f = 50 %Hz % x = linspace(0, 2...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
how do i solve Error using CheckNetworkData (line 39) H_PARAMS must be numeric. Error in h2s (line 17) m = CheckNetworkData(h_params, 2, 'H_PARAMS');
how do i solve this error? when using h2s function i tried uing:syms R1 R2 Av h11 h12 h21 h22 h11 = 1; h12=10; h21=1; ...
bijna 3 jaar ago | 1 answer | 0