Feeds
질문
Code not working, something with while loop
I think the error in my code is in the while loop, I don't think i and/or j are increasing their value. E_n is the value that w...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Why is my code a matrix and not a double
Why is E_n a 4x4 matrix? I want it to be a single value. Initial Conditions: M_0 = [0, 30, 90, 135, 180, 200, 350; 0,...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
While loop not working the way I thought
%% Made by Zach Harrison, Final Project Part clear all clc %% Code i = 1; % Initial parking spot number n = 30; % ...
대략 5년 전 | 답변 수: 2 | 1
