Bastian
Followers: 0 Following: 0
Feeds
질문
I am trying to get my answer to Display but it wont let me
syms f(x) f(x) = (x^3) - (7*x) + 6; x=solve(f(x)==0,x); disp('the roots will be',(x)) says error below- Incorrect number or...
12개월 전 | 답변 수: 6 | 0
6
답변질문
Trying to use function ,didnt work?
function [Delta]= finddeflexion(Length) E= 4.2*(10.^10); I = 1*(10.^-5); W = 8500; prompt = "What is the length of the blade...
12개월 전 | 답변 수: 1 | 0
1
답변질문
trying to use syms and i typed in syms('y') says error
y = syms('y') Error using syms Using input and output arguments simultaneously is not supported.
12개월 전 | 답변 수: 1 | 0
1
답변질문
need to use function to create multiple outputs
The maximum deflexion of a wind turbine blade should be no more than 10% ofits length. The formula used to calculate deflexion b...
12개월 전 | 답변 수: 0 | 0
0
답변질문
how to plot x= 0:0.01:10
i attempted to do this but instead of giving me 0,1,2,3,4,5,6,7,8,9,10 on the x axis it gives me 0,5,15,20 idont understand why....
12개월 전 | 답변 수: 2 | 0
2
답변질문
Create a vector (1,25) with values increasing from 0-24
i dont understand what i need to do hee i just wante to ask if i am doing this part correectly by doing this Time= 1:5:24;
12개월 전 | 답변 수: 1 | 0