Nitin Phadkule
2021년부터 활동
Followers: 0 Following: 0
B.E. (Electrical), M.E.(Instrumentation), M.E.(Electrical Power Systems) Ph. D.(Electrical Engineering) Asso. Professor Department of Electrical Engineering, Govt. College of Engineering, Aurangabad-431001, M.S. India
Feeds
답변 있음
Causal Signal and Non-causal Signal
% Define the signal values for both positive and negative time indices n_negative = -5; % Number of negative time indices...
Causal Signal and Non-causal Signal
% Define the signal values for both positive and negative time indices n_negative = -5; % Number of negative time indices...
대략 1년 전 | 0
질문
getting error in pde
Error using pde.ElectromagneticModel/geometricConsistencyCheck (line 184) Geometry must be 2-D. Error in pde.EquationModel/s...
거의 3년 전 | 답변 수: 0 | 0
0
답변답변 있음
how to use dot convention of transformer in simulink
For dot conventions of transformer you may find my following submission usefull https://in.mathworks.com/matlabcentral/fileexch...
how to use dot convention of transformer in simulink
For dot conventions of transformer you may find my following submission usefull https://in.mathworks.com/matlabcentral/fileexch...
대략 3년 전 | 0
답변 있음
Mesh plot of data over a parallelogram grid
% just sharing if any one needed for 3d points % filling parallogram between two position vectors, % can also an be used to ...
Mesh plot of data over a parallelogram grid
% just sharing if any one needed for 3d points % filling parallogram between two position vectors, % can also an be used to ...
대략 3년 전 | 0
답변 있음
How can I plot a 3D plane knowing its center point coordinates and its Normal
% ax+by+cz+d plane % 3x+2y+6z+2 plane y =linspace(-4,4,51); a=3;b=2;c=6;d=2; x...
How can I plot a 3D plane knowing its center point coordinates and its Normal
% ax+by+cz+d plane % 3x+2y+6z+2 plane y =linspace(-4,4,51); a=3;b=2;c=6;d=2; x...
대략 3년 전 | 0
답변 있음
How can I add a comment on a curve ?
x=0:1:100; y=x.^2 x1=-100:2:10; y2=x1.^2 plot (x,y,x1,y2) text(20,5000,' this curve 1 \rightarrow')
How can I add a comment on a curve ?
x=0:1:100; y=x.^2 x1=-100:2:10; y2=x1.^2 plot (x,y,x1,y2) text(20,5000,' this curve 1 \rightarrow')
3년 초과 전 | 0
답변 있음
How to plot a cone in 3D.
[X,Y,Z]=cylinder([0 .5],50 ); axis([0 1,-1 1,-.5 .5]) M=makehgtform('translate',[0,0,0],'xrotate',pi/4,'yrotate',pi/2); h=sur...
How to plot a cone in 3D.
[X,Y,Z]=cylinder([0 .5],50 ); axis([0 1,-1 1,-.5 .5]) M=makehgtform('translate',[0,0,0],'xrotate',pi/4,'yrotate',pi/2); h=sur...
3년 초과 전 | 1
| 수락됨
답변 있음
Plotting letter "D" on 3D space
i=0; for theta=90:5:270 i=i+1; points(i,:)=[0.05*(cosd(theta))+0.05 0.05*sind(theta)-0.01 0.00]; % find D alphabets point...
Plotting letter "D" on 3D space
i=0; for theta=90:5:270 i=i+1; points(i,:)=[0.05*(cosd(theta))+0.05 0.05*sind(theta)-0.01 0.00]; % find D alphabets point...
3년 초과 전 | 0
질문
Is there any option like zline?
I have drawn a 3D plot in app.UIAxes and added x and y axis by xline and y line, but not able to add zaxis line. why I am doing ...
3년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
when I ran a MATLAB app I created I get Warning: Marker input is ignored in command prompt. What this means
Thanks for the reply, i got the reson of error but i want markers to be shown below. Please suggest how to supress warning.
when I ran a MATLAB app I created I get Warning: Marker input is ignored in command prompt. What this means
Thanks for the reply, i got the reson of error but i want markers to be shown below. Please suggest how to supress warning.
3년 초과 전 | 0
| 수락됨
답변 있음
How do I create a single instance of MATLAB app (.mlapp file)?
In design View of App designer you can select(enable) Single Running Instance Option in code options.
How do I create a single instance of MATLAB app (.mlapp file)?
In design View of App designer you can select(enable) Single Running Instance Option in code options.
3년 초과 전 | 0
질문
when I ran a MATLAB app I created I get Warning: Marker input is ignored in command prompt. What this means
Marker input is ignored
3년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Symmetrical Components in matlab
The function sc2abc is not a matlab function. unless you add that function, you will not get answer. The function sc2abc may be ...
Symmetrical Components in matlab
The function sc2abc is not a matlab function. unless you add that function, you will not get answer. The function sc2abc may be ...
3년 초과 전 | 0