統計
All
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




