photo

Aalaa Abu alrob


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

10 Domande
0 Risposte

RANK
69.368
of 301.204

REPUTAZIONE
0

CONTRIBUTI
10 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
0

RANK
 of 21.191

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.368

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

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


is there a matlab code for gaussion integration!!!
syms x; syms E; syms r; syms D; syms c; syms m; g(x)=exp((-2./h).*(sqrt(2*m*(E-c))).*(sqrt(x*(x+r))-r*log((sqrt...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


i want to make improper integral ,,and integrate from -inf to inf .. for this function,, i want to know can matlab do it or not !
syms x; syms E; syms r; syms D; syms c g(x)=exp((-2./h).*(sqrt(2*m*(E-c))).*(sqrt(x*(x+r))-r*log((sqrt(r)+sqrt(x+r...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


can you help me to change this plot to nano meter scale ! i want x multiply by 10^-6
syms x; x=1:10 v(x)=1./(1+2*(x.^2)) semilogy(x, v(x))

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


i make this program to compute the value of integral ,, but at some example i cant get result .. like this example ,,can you help me to know the problem
syms x; syms E; syms c; syms b; syms m; syms g(x); g(x)=sqrt(2*m*(E- (1./(c-(b./(x.^2)))))) G(x)=int(g(x),x) p...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


i make this program in order to solve and draw physics problem ,, but when i run it , i cant reach to drawing for my problem .. and cant identify to the exact error ,, please help me to identify the error
syms x; syms E; syms A; syms B; syms K; syms T; syms v; n=1*10^13; %number of electrons area=1.2*10^-5; ...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


i want to plot this physics problem ... but after run programme ..give me error in plot,, but i cant determine where the exact error
syms x; syms E; syms A; syms B; syms K; syms T; syms v; n=1*10^19; %number of electrons area=1*10^-3; ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


i make this programme in order to get a plot in physics ,, but when i run it ,, i get error which i cant identify and correct it .. please i want a help to identify the correct
syms x; syms E; syms A; syms B; syms K; syms T; syms v; n=1*10^19; %number of electrons ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


i need to make integrat for this equation from 0 to x ,, with respect to x ,,i make several program but i cant reach to my object
y= sqrt(2*m*(E-(a.*x))) where m,E,A, IS constant

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


this programme in matlab 2017b but icant run it
syms x; syms E; syms a; p(x) =(sqrt(2*(E-potential(x,a)))) q = integral(p(x),0,x) function [v] = pote...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


I make this code to make a simulink for limit ,and i get error when i make run model , can you tell me the error
function[y,f] = fcn(u) %#codegen syms x; f= sin(u*x)/sin(x) ; y = limit(f, inf);

oltre 7 anni fa | 0 risposte | 0

0

risposte