rathod ujjval rameshbhai
OVGU Magdeburg
Followers: 0 Following: 0
Feeds
채널
Remote weather
This channel stores the temperature collected by Raspberrypi connected with the sensor HDC1008.
대략 7년 전
질문
About differentiation of plot after filtering the vector using filter(b,a,x)
I have a problem that I want to difrentiate the data to find the maximum but my data contains small spikes....so i need to filte...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
on which method pidtool command selects parameters of PID?
I have a question... Is the command pidtool based on Ziegler Nichols tuning method? where if the open loop responce is S shaped ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
About Sim powe systems toolbox
I have student version of matlab but in that do not have simpowersys tooolbox for simulink.... how can I add that???
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
about plotting and finding maxima of diffrential
hello I am using the command pidtool(sys).... syms s; sys=1/s; pidtool(sys); A new window with the plot apears....I want...
8년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
PID output...
I am implementing PID controller on the system 1/s...... My question is when I write the command pidtool and get the new wind...
PID output...
I am implementing PID controller on the system 1/s...... My question is when I write the command pidtool and get the new wind...
8년 초과 전 | 0
질문
watching PID controller output value at perticular point
I am implementing PID controller on the system 1/s...... My question is when I write the command pidtool and get the new win...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
About EM algorithm example.......
I want some good example for EM(estimation maximization algorithm) Do anyone knows?? Can we perform it in matlab??? How to li...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
ABOT THE DIFFRENCE BTWN 64BIT MATLAB AND 32 BIT MATLAB
I have a very genaral question about variable storage in matlab..... When we have 64bit Matlab installed, what will be the si...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
About PIC microcontroller support
I am using PIC18f46k20. Does simulink support this 8bit device?
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
About ploting values in array and holding them
I have following code as function function PlotSample(x) figure(1); sublot(3,1,1); [a,b]=hist(x); hold ...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
random uniform sample example
I am trying to generate a function but there is an error my code is function X=Random_Uniform_Sample(number, dim, mins, m...
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
About uniform distribution pdf.....
I am trying to plot PDF of uniform distribution.... have problem in plotting pdf.. my code is as follows... a=0; b=2;...
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
about cat function in matlab
c(:,:,1) = 1 2 3 4 5 6 c(:,:,2) = 7 8 9 10 11 12 Can anyone t...
대략 9년 전 | 답변 수: 2 | 0
2
답변질문
Mixture distribution, classification
a) Generate a mixture distribution which is consists of 3 overlapping single distributions...
대략 9년 전 | 답변 수: 1 | 0