photo

Liam Swift


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How do I make this code not return the error "Matrix dimensions must agree."?
d = 2:.1:6 Sy = 250; % yield stress Fi = 1000; % N/mm % Preload kb = 200; % Bolt stiffness km = 100; % Resultant m...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I don't know why the function won't run.
clear all; clc; function n = CourseProject(d); datas = textread('Stress_History.txt'); astress ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I uses the information from this code in the optimization tool?
clear all; clc; Fi=1000; Se= 50; Su= 450; C= 2/3; nf=[]; Pmax= 3662.5; Pmin= 1000; D=2:01:6; for k...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Why doesn't anything show up on my plot?
clear all; clc; Fi=1000; Se= 50; Su= 450; C= 2/3; nf=[]; for D=2:01:6; A= 0.25*pi*(D)^2; si...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort