Answered Code not coming out of if statement.
Hello Steve,
Is it that what you were looking for ?
clear all , clc, format compact
L = 30;
m = 68.1;
c_d = 0.25;
k = 40...
1 month ago | 0
Answered Writing a matrix to Excel
Hello Lennard, have you tried to use "writetable" instead of "writematrix" ? I've never had this problem with the other function...
Solve a System of Linear Equations
*Example*:
If a system of linear equations in _x₁_ and _x₂_ is:
2 _x₁_ + _x₂_ = 2
_x₁...
Answered Solving 54 linear equations
Hello, you can use the strong point of MATLAB that is operating with arrays.
I'm not sure I understand the probem you're facing...
2 months ago | 0
| accepted
Answered Solving system of 3 non-linear equations.
I hope it can be already helpfull...
syms x y z
eq1=exp(x)+sqrt(y)-z.^3-2
eq2=x.^2-y-z-5
eq3=x+exp(y-1)+z-7
eqs = [eq1, e...
10 months ago | 0
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.