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...
8年以上 前 | 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...
8年以上 前 | 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
