I am new to MATLAB, I want to solve the equation “eqn”to get the values of “Te” for different values of I. How solve thIS equation. I have made the code. But I am not getting the numerical valueS of “Te”.
The input eqn is not an equation. You need LHS and RHS for an equation. Pls attach the data file for more info. Remember output of solve is often a struct variable and logical indexing of struct without direct referencing to struct variable is not recommended
@Aiden James, you have vector of equations to solve and only one unknown to determine the value for those vector of equations. You can solve them by using a for loop as shown below