Community Profile

photo

leeee


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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); ...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 4 jaar ago | 1 answer | 0

1

answer