Feeds
질문
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...
대략 5년 전 | 답변 수: 0 | 0
0
답변답변 있음
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....
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....
6년 초과 전 | 0
| 수락됨
질문
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...
6년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
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...
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...
6년 초과 전 | 0
| 수락됨
질문
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 ';...
6년 초과 전 | 답변 수: 3 | 0