Statistik
6 Fragen
0 Antworten
RANG
235.786
of 300.352
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
83.33%
ERHALTENE STIMMEN
0
RANG
of 20.928
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.212
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 2 Jahre vor | 6 Antworten | 0
6
AntwortenFrage
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...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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.
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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....
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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;
fast 2 Jahre vor | 1 Antwort | 0
