Feeds
질문
Project help, I need to submit my project a gui tommorow but i keep on getting errors
function varargout = moment(varargin) % MOMENT MATLAB code for moment.fig % MOMENT, by itself, creates ...
거의 10년 전 | 답변 수: 2 | 0
2
답변답변 있음
Project help, I need to submit my project a gui tommorow but i keep on getting errors
Error in gui_mainfcn (line 95) feval(varargin{:}); Error in moment (line 42) gui_mainfcn(gui_State, varargin{:}...
Project help, I need to submit my project a gui tommorow but i keep on getting errors
Error in gui_mainfcn (line 95) feval(varargin{:}); Error in moment (line 42) gui_mainfcn(gui_State, varargin{:}...
거의 10년 전 | 0
질문
Hi guys I need help for my final project, Im trying to create a gui that calculates the moment of inertia for different shapes. I ve tried my best please help
function varargout = Momen_calculator(varargin) % MOMEN_CALCULATOR MATLAB code for Momen_calculator.fig % MOMEN_CAL...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Not enough input arguments help needed for assignment
function distance = dis(W) d=0.1; k=1e4; k2=1.5e4; if (W/k)<d x=W/k1 else x=(W+2*k2*d)/(k+2*k2) ...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Finding an argument for a vector of polynomial
We are given the polynomial 13x^3+182x^2-184x+2503=0 Initially we are supposed to find the roots for the polynomial, then gra...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
Subscript indices must either be real positive integers or logicals error,
r=10; z=0:0.1:4*pi; x=r*(z-sin(z)); Subscript indices must either be real positive integers or logicals. I keep gettin...
대략 10년 전 | 답변 수: 1 | 0
