![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25381177_1642891498610_DEF.jpg)
Benjamin Shaw
Followers: 0 Following: 0
Feeds
질문
What is the script to plot the following function? I am trying to plot a vector that exists in the y and z directions, the <> symbolizes a vector. Thanks
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
What is the script to plot the following function in MatLab? (I don't have syms function, those are ln(r) in function)
대략 2년 전 | 답변 수: 1 | 0
1
답변1
답변질문
How do I plot this function A, i dont have syms so i need to plot it without that! Thanks!
clear all close all clc A = -.125*r+(1.125/r); figure(1); fplot(A)
대략 2년 전 | 답변 수: 1 | 0