Feeds
질문
my code is not working...
function HW2CH3(x) y = linspace(0,x); n = lenght(y); for i = 1:n uy(i) = -5/6.*(sing(y(i),0,4)-sing(y(i)...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
my code won't run or publish
m = 2; n = 1; hold on for i = 1:100000 q = 3*rand(1); if q < 1 m = m/2; n = n/2; elseif q < 2 ...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Incorrect dimensions for raising a matrix to a power. Check that the matrix is square and the power is a scalar. To perform elementwise matrix powers, use '.^'.
I don't really get what is wrong with this code: clear all; close all; clc; L = 200; %length of beam in cm E = 52000...
6년 초과 전 | 답변 수: 2 | 0