Feeds
질문
Newton Rhapsom Method Matlab
syms r; %create symbolic variable r f = @(r) (150.*(((1 + r).^36)-1) - 4500.*(r.*(1 + r).^36)); %create function r as g...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
Max and Min of matlab function
This is my code to create a function. I have looked over many of the other questions regarding the max and min of a function and...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
I am trying to step from a to b in uniform length
I am new to coding and trying to teach myself MATLAB and was given pseudo code from a textbook to walk from a to b in n uniform ...
대략 6년 전 | 답변 수: 0 | 0
