Feeds
질문
need help on a simple code, for, while
function [A,B,C]=task5(x) for k=1:x A=(1:k); end while (x~=0 & x >0 ) x=(1:x); B=x; end C=(1:x); ...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
code error for Two Point Boundary Value Problem
Hello, I have no idea what is wrong...any ideas would help, thanks! function [A,b,x]=task14(n) %n=149 t1=1; tn=10; y1=-4...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
how to multiply a number in even rows of matrix?
I have: output2=-1*ones(input1,input4), how do i make all the even columns be 2? Thanks Task: output2 is an (input1) × input4 m...
대략 6년 전 | 답변 수: 1 | 0

