Craig Johnson
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
106.939
of 295.913
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
62.5%
ERHALTENE STIMMEN
0
RANG
of 20.299
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.883
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
Index exceeds the number of array elements (4).
function [therm,chem,r_c,mfuel,mC02,ddt] = FourStrokeCycle(D,d,rpm,fuel,N) AirMatrix= readmatrix('AirProperties.xlsx'); pa=101...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
variable is not recognized from other function
Unrecognized function or variable 'Mi'. Error in FourStrokeCycle (line 40) Mbar=Mi*nin(1)/nin function [pa,Ta,sa,cpi,Mi,n...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
why loop missing or extra characters
w0=ones(4000,1) A=readmatrix('matrix.txt') count1=0 count2=0 while time1=tic [lam,i]=powereig(A,w0,1) fprintf...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
While loop has disagreeing matrix dimensions
Problematic code: inputMaterial=input('Enter Tuning Fork Material:') materialValidation=0; InputError=1; while inputMaterial...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
switch case not recognizing input
Code:user_input=input('Enter the mineral name: ') switch user_input case magnetite fprintf('Mineral:Magnetite \n ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can't retrieve data from .mat file
Code: input=load('MetData.mat') output: input = struct with fields: T: [5×10 double] p: [5×10 double] How can ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem with output of fprintf command
function input(x) Fw=0; Fg=-12.9; Bw=100; Bg=197; F=Fw+x*(Fg-Fw); B=Bw+x*(Bg-Bw); XX=x*100; Line1_1='For an aqueous mixt...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Illegal use of reserved keyword "else".
function q_P = ParticularSolution (K,M,f_0,t,w_R,roadflag) Q=[[-K,-w_R*M,w_R*M,-K] else roadflag==1 s_1==-f_0./K ...
etwa 3 Jahre vor | 2 Antworten | 0