Feeds
질문
Why am i getting negative numbers?
%Set Values g = 9.8; %m/s^2 v = [10, 12, 14, 16, 18, 20]; %m/s theta = [0, 0, 50, 60, 70, 80]; %degress ...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
How am i supposed to input this equation for a diode?
I have a homework question and I honestly have no idea where to start. I can't remember anything from class and I haven't found ...
거의 9년 전 | 답변 수: 0 | 0
0
답변질문
Can someone help me with my code? It giving me an error in line 2 saying that it doesn't exist or it inst able to enter it in as x.
function y = bubble( x ) n = length(x); %This is where the error occurs sort= 0; k = 0; while ~ sort sort...
거의 9년 전 | 답변 수: 1 | 0
