Community Profile

photo

nick12391


Last seen: 7 months ago Active since 2019

Statistics

Content Feed

View by

Question


Solving Matrix Equations with Multiple Variable Vectors
I have an equation: S = QE where Q is a 3x3 matrix with known constants, S and E are both 3 element vectors. S has a single va...

3 years ago | 0 answers | 0

0

answers

Answered
How to modify text file
I wasn't giving fopen a permission. Should have written: fileID = fopen('equations.txt','w'); fprintf(fileID,'"L_Chamber"= %8....

4 years ago | 0

| accepted

Question


How to modify text file
I'm trying to overwrite data in the following text file: "L_Chamber"=7.748 "D_Chamber"=6.757 "L_Nozzle"=8.545 "D_Nozzle"=8.5...

4 years ago | 2 answers | 0

2

answers

Answered
Write Data to Excel
Nevermind, I figured it out: Table = table(L_Chamber, D_Chamber, D_Throat, L_Nozzle, D_Exit, theta_n); filename = 'TCA_Dims.xl...

4 years ago | 0

| accepted

Question


Write Data to Excel
I'm trying to output variables from my code to an Excel spreadsheet. var = ['L_Chamber'; 'D_Chamber'; 'D_Throat '; 'L_Nozzle ';...

4 years ago | 3 answers | 0

3

answers