Feeds
질문
Can Matlab make calculation errors?
Hi, I am writing a code for Matlab to solve some simple engineering equations, so I am using numerous scripts for inputs calc...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Legend for a graph displaying multiple runs
Hello, I have a working code for calculation of agch. I now want to see how different values of input Z affect the final res...
거의 9년 전 | 답변 수: 1 | 0
1
답변답변 있음
Using fzero function to solve a nonlinear function with two inputs
REVISED CODE: INPUTS function [n, m, Z] = setglblch n=1 ; m=1 ; Z=14; end function [X] = setX...
Using fzero function to solve a nonlinear function with two inputs
REVISED CODE: INPUTS function [n, m, Z] = setglblch n=1 ; m=1 ; Z=14; end function [X] = setX...
거의 9년 전 | 0
질문
Using fzero function to solve a nonlinear function with two inputs
Hi, My aim is to solve a non-linear equation for alpha with given values of X and al (both ranges of values). But I keep get...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
Using fzero function to solve a nonlinear equation with one input
Hi, I am trying to solve this non-linear equation for alpha using a range of values of X (0-100) [so that I can plot alpha vs...
거의 9년 전 | 답변 수: 3 | 0
