how to solve error using integral
clear all
clc
qu=linspace(-2*pi,2*pi,126);
x=linspace(-2,2,126);
y=2*x;
psi=(-x./sqrt(qu/2)+sqrt(y)/sqrt(exp(-2*asinh(sin(q...
why my integral is not a numerical value?
code:
z=100;
n=100;
m=70;
qu= linspace(-2*pi,2*pi,m);
theta=linspace(-2*pi,2*pi,n);
qq=2*pi+pi*(-1.8);
target_qq=ceil(z...
3 years 前 | 1 个回答 | 0
1
个回答
提问
how to zoom on a figure with multiple axes
hello guys
i am trying to creat a plot with 4 axes, but wen i try to zoom on the following plot, only 2 axes are modifed " the...
3 years 前 | 2 个回答 | 0
2
个回答
提问
how to read and plot a .trc file?
hello guys
i have a trc file named 'c01-00.trc'
but i don't know how to read it and plot it in matlab
i tried using fileread...
how to label second x and y axes
hello guys
in the following code, i don't know how to label the x axis on the top and the y axis that's on the right
anybody ...