Craig Johnson
Followers: 0 Following: 0
Statistiques
8 Questions
0 Réponses
RANG
94 182
of 295 673
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
62.5%
VOTES REÇUS
0
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 257
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
While loop has disagreeing matrix dimensions
Problematic code: inputMaterial=input('Enter Tuning Fork Material:') materialValidation=0; InputError=1; while inputMaterial...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
switch case not recognizing input
Code:user_input=input('Enter the mineral name: ') switch user_input case magnetite fprintf('Mineral:Magnetite \n ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 3 ans il y a | 2 réponses | 0