Feeds
질문
Error in showing size of a matrix
this is like my sample code a=[1 1 1;2 1 3;3 4 -2]; b=[4;7;9]; ab=[a,b]; a=size(b); But it is showing this error Index exc...
5년 초과 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5년 초과 전
질문
substiton of a variable in a equation
syms x y=input("Enter the equation in terms of x:") x1=3 now how do i substitute x1 in the equation to get y lets say equat...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Differentiation of the equation
here is an equation how to differentiate 'y' from that in live script i tried diff() but it is not working. y=@(x) (-0.6*x^2+2...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
question regerding the print
".mlx" files only execute and give output in the live script area but ".m" files out put in command window but it does the ca...
5년 초과 전 | 답변 수: 1 | 0


