Statistica
4 Domande
0 Risposte
RANK
102.648
of 300.364
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
0
RANK
of 168.373
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Im trying to make a m script file to create transfer function from the motor torque to the pointing angle in TF form. I am totally unfamilar with Matlab and any help is appreciated!
<</matlabcentral/answers/uploaded_files/111022/Block%20Diagram.JPG>>
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
I am trying to use a nested function so that a user can input any given temperature and find the Ni concentration for a particular element. However my function does not seems to be working. All help is appreciated.
function [NiSi,NiGe,NiGaAs] = concentration(tK) % Chris Lee % Oct. 29. 2017 % This function calculates intrinsic ...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
My program is not returning a value of 300. Is there something wrong?
syms t eqn1 = (7.3*10^15)*t^(3/2)*exp(1.12/(2*t*8.62*10^(-5)))==1.5*10^10; solx = solve(eqn1,t)
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
I am tryng to solve for the intrinsic carrier concentration, ni=BT^(3/2)e^-(Eg/2kT), at a given temperature T. Each time I run my program I get the following results.
syms t t = solve('(7.3*10^15)*t^(3/2)*e^(1.12/(2*t*8.62*10^-5))=1.5*10^10','t') **Results*: t = Empty sym: 0-by-1...
circa 8 anni fa | 1 risposta | 0
