sayan chakraborty
Indian Institute of Technology, Hyderabad
2016년부터 활동
Followers: 0 Following: 0
Feeds
질문
how to increase the range of measurement of data cursor in a plot?
I want to measure time in the range of microseconds.how to increase the range of measurement of data cursor in a plot? The data ...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
how can I simplify the following equation in MATLAB?
363980279322033920/3639802793220339 - (363980279322033920*exp(-2750*t)*(cosh((2^(1/2)*12600542294779661^(1/2)*t)/65536) + (90112...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I match the oscilloscope time axis with MATLAB simulation time axis? I am attaching the waveforms here.Please Help.
Here, I am attaching the images of the waveforms from the oscilloscope and MATLAB simulation.As you will see the time axis of bo...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to solve the following second order differential equation using euler's method? Please help.
30-((l*c)*d^2vc/dt^2)-((l/r)dvc/dt)-vc=0 where, l=29.5*10^(-3) c=20*10^(-6) r=10 here vc=voltage across capacitor...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to solve the following second order differential equation using Euler's Method
30-((l*c)*dvc^2/dt^2)-((l/r)*dvc/dt)-vc=0; l=29.5*10^(-3); c=20*10^(-6); r=10;
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
I want to print the value of t when value of vc1 is 90.5931 but I am not able to do so. please help
for t1=0:0.00001:0.15 vc1 = 100-100*exp(-5000*t1)*(cosh(2000*6^(1/2)*t1) + ... (5*6^(1/2)*sinh(2...
9년 초과 전 | 답변 수: 3 | 0
