Feeds
답변 있음
Alternate Command Processor on Windows
I was really unaware of it, we can access cmd using Matlab. Thanks. .m files can be combined with anything. :) . And Bro why y...
Alternate Command Processor on Windows
I was really unaware of it, we can access cmd using Matlab. Thanks. .m files can be combined with anything. :) . And Bro why y...
대략 7년 전 | 0
답변 있음
How can I organize image and text in a figure?
axes('Position',[0.65,0.7,0.28,0.28]) imshow('ImageName'); or subplot(2,1,1)%m.n.p imshow(imageName);
How can I organize image and text in a figure?
axes('Position',[0.65,0.7,0.28,0.28]) imshow('ImageName'); or subplot(2,1,1)%m.n.p imshow(imageName);
대략 7년 전 | 0
| 수락됨
답변 있음
I wrote this code and I got this error. (Warning: 8 equations in 4 variables. Warning: Explicit solution could not be found.) How can I fix it?
ans = [ 1/3, 0, 0] fopt =0.0000 + 1.0000i max Are you sure there is an error? i'm using R2016a
I wrote this code and I got this error. (Warning: 8 equations in 4 variables. Warning: Explicit solution could not be found.) How can I fix it?
ans = [ 1/3, 0, 0] fopt =0.0000 + 1.0000i max Are you sure there is an error? i'm using R2016a
대략 7년 전 | 1
| 수락됨
문제를 풀었습니다
How to subtract?
*± ± ± ± ± ± ± ± ± ± ±* * Imagine you need to subtract one...
대략 8년 전
답변 있음
How to generate a sinosoidal signal
%you can use this,Try to Calculate time by your self.//cycles per 1 sec, for required time period. y=4*sin(2*pi*f*t);
How to generate a sinosoidal signal
%you can use this,Try to Calculate time by your self.//cycles per 1 sec, for required time period. y=4*sin(2*pi*f*t);
대략 8년 전 | 0
| 수락됨
답변 있음
How can I plot a step response to an
syms s num=[15] g=tf(num,1) step(g) grid on %is that wat u want? %or step(15,1)
How can I plot a step response to an
syms s num=[15] g=tf(num,1) step(g) grid on %is that wat u want? %or step(15,1)
대략 8년 전 | 0




