Statistica
9 Domande
0 Risposte
RANK
103.006
of 296.405
REPUTAZIONE
0
CONTRIBUTI
9 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
44.44%
VOTI RICEVUTI
0
RANK
of 156.371
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
Warning: Imaginary parts of complex X and/or Y arguments ignored
Hi Everybody, I want to plot gp vs. q in the following code: kab=3; kba=3; gp=0.0:0.0001:1.25; gn=0...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
Numerical Solution
Hi everybody, I have an equation which is: |i*q=k*sin(q)| I need to use the matlab to find its roots. I want to set a s...
oltre 12 anni fa | 3 risposte | 0
3
risposteDomanda
Changing the figure font
Hi every body, I want to change the font size of the plotted figure itself, so as we have many line styles like (--, :, -., -...
quasi 13 anni fa | 3 risposte | 0
3
risposteDomanda
In an assignment A(I) = B, the number of elements in B and I must be the same.
Hi every body, When I run this code: t=-3:.1:3; Go=1000; Bc=5; Pin=@(t)3*exp(-t.^2); Ein = quadgk(Pin,-i...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
Subscript indices must either be real positive integers or logicals
When I run this script: x=-3:.1:3; Go=1000; Bc=5; Pin=@(x) 3*exp(-x.^2); Ein(i)=quadgk(Pin,-inf,inf); for i=1:...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
Undefined function or method 'int' for input arguments of type 'double'.
Hi Everybody, I need your help please. When I run my following script: x=-3:.1:3; Go=1000; Bc=5; Pin=3*exp(-x....
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
In an assignment A(I) = B, the number of elements in B and I must be the same.
Hi everyone, Here is the code, that gives me the error that I put in my title. Please correct my code, Also, I am new in MATLAB...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
Undefined function or method 'fft' for input arguments of type 'sym'.
Hi Everyone: When I run this script: syms t x=-3:.1:3; for i=1:length(x); Pin=3*exp(-t^2); z=x(i); ...
circa 13 anni fa | 2 risposte | 0
2
risposteDomanda
Conversion to double from sym is not possible
Hi every body, this is my code syms t x=-3:.1:3; for i=1:length(x); Pin=3*exp(-t^2); z=x(i); Eo(i)=int(Pin,t,...
oltre 13 anni fa | 2 risposte | 0