Feeds
質問
mix symbolic with function handle
hi I've to write a function with parameter b, where an integral is in this function. how can i do it? thanks for any advice L=...
4年以上 前 | 1 件の回答 | 0
1
回答質問
How to use fzero properly
I've to search for the roots of an equation (the energy levels of multiple quantum well using the propagator method). If I sear...
4年以上 前 | 1 件の回答 | 1
1
回答質問
array of function handle
I have to convert a code written using syms, to a code with function handle. (my prof doesn't want me to use syms) how can I se...
4年以上 前 | 1 件の回答 | 0
1
回答質問
integral of function definite in piece with multiple variable
I need to calculate the fourier transform of a function can you show me how to run this code and also how to run using syms t...
5年弱 前 | 1 件の回答 | 0
1
回答質問
fzero function with cases
I have to search for the zero of a function that has 2 cases , but it doesn't work Are there other way to define a function tha...
5年弱 前 | 1 件の回答 | 0
1
回答質問
how to normalize results from ode45
I solved using the shooting method the first 3 level of the anharmonic quantum potential well I get a plot like this sinc...
5年弱 前 | 1 件の回答 | 0
1
回答質問
Table with blanks and index symbol
How can I have blanks instead of 0 or NaN? And Is there a way to have the index D_{i} D(D==0)=NaN; D_1=D(:,1); D_2=D(:,2); ...
5年弱 前 | 1 件の回答 | 0
1
回答質問
plot label with latex symbol
hi how can i enter latex symbol (greek letter rho this time) in the labels of a plot? (first order bessel function) yl={'J_{1}...
5年弱 前 | 1 件の回答 | 0
1
回答質問
Insert all in matrix
for all iteration the function ricerca sometimes gives 7 values, sometimes 2 how can i insert all the values in a matrix. It's ...
5年弱 前 | 1 件の回答 | 0
1
回答質問
fzero with function in matrix
I have to solve a matrix of function and then search the zero I write a simpler code. syms x a=[sin(x),1;1,1]; b=[1/cos(x);...
5年弱 前 | 1 件の回答 | 0
1
回答質問
Text in plot with symbol and fractions
Hi newbie here and first question I need the place a text in a plot and i use str1=cat(2,'x(\infty)=',num2str(y(1,end),'%1.4...
5年弱 前 | 2 件の回答 | 1