Community Profile

photo

Amy Topaz


Last seen: quasi 2 anni fa Attivo dal 2022

Statistiche

  • Thankful Level 4

Visualizza badge

Content Feed

Visto da

Domanda


Help for matrix in matlab
How to convert a 20*20 matrix into 20*1 matrix in matlab

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Finding the gradient of the function
I need to find the gradient (differentiation) of the below function k1 wrt a11 for the values of z1 and plot with respect a11. ...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Finding the value of the below curve
z1 = [0.00008 0.009]'; a11 = -2:0.002:2; k1 = atan(((0.02 + a11)./z1)) + atan((0.03 - a11)./z1); plot(a11,k1(1,:),'-k',a11,k1...

quasi 2 anni fa | 3 risposte | 0

3

risposte

Domanda


I have query in graph plotting.
I have the below function. I need to find the surface plot z1 = -4:0.002:4; a11 = -4:0.002:4; G = atan(((0.03 + a11)./z1)) +...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Indicating the maximum value
How to indicate the maximum value on the given curve z1 = [0.00008 0.009]'; a11 = -1:0.001:1; k1 = atan(((0.01/2 + a11)./z1...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Finding the value of the below curve
How to find the maximum value of the below curve: z1 = [0.00008 0.009]'; a11 = -4:0.001:4; k1 = (atan(((0.01/2 + a11)./z1) ...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to indicate the maximum value in the plotted curve in matlab?
How to indicate the maximum value of the curve in a plotted curve in matlab

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Help regarding below question.
How to find the slope of a plotted curve in matlab?

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Curve in matlab plotting
How to plot the curve of the below points with the y axis as ln(y) instead of y. So taking the ln values of all y1 and y2 points...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how to plot the curve in matlab
How to plot the curve in matlab using the given x and y points. I am looking for the 2 curves on the same plot. X Y1 Y2...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Help with the below question
x = -10:0.1:10; y = [1 6 0.03 0.08 10]'; A = 23 * (atan((0.005 + y)./x.^2)); B = diff(A,1,2)/0.1; plot(x(1:end-1),B') ...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Regarding the differentiation of function
I am trying to find the d(A)/dx and plot its value for y = 1,6,0.03,0.08,10 with respect to varying x from -10 to 10. (ii) Find...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Finding the below fft
I have the fft result with which I need to perform the spatial frequency distribution in (um)-1 units and plot the spatial...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Help with the below error
When do we get the below error in Matlab?

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Plotting multiple graphs on the same plot
I need to plot multiple plots on the same graph for different values of z and indicate the maximum value: For z = 1, 2, 9, 77...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Help with the following error with quiver
I am getting the above error using the function quiver for vector field x = -4e-7:0.1e-12:4e-7; y = -4e-7:0.1e-12:4e-7; [...

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Plotting a 3d curve between a given equation and x and y axis
Need to plot a 3d curve between Hx/Hg vs x and y Hx = (1/pi)*(arctan(((g/2 + x)/y) + arctan((g/2 - x)/y))); %x varies ...

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


What is the modification needed in the below code
Are the below code same? I am getting different results. %First scale0 = 1500; Nai = linspace(1e13,1e19,scale0); %𝑁𝑎:1×101...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Help needed for below error
Kindly help with the below error for the below mentioned code. All other values are constant scale1 = 100; T1 = linspace(...

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Help needed for the below logic
I have implemented a simple logic as shown below. Can I implement the below logic without using for loop? Is it possible to do t...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Performing the transform on the below logic
I have the below function for which I need to perform spatial Fourier transform and plot its spatial frequency spectrum for var...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Query regarding for loop
I have the below logic T1 = linspace(10, 800, 10); for range1 = 1:numel(T1) a = 2*Mc*(((mde*kb*T1(range1))/(2*pi*(hbar...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Finding the functionality for the loop
I am new to Matlab. I am making a formula/syntax book as a part of my club activity. I was finding logics for implementing loops...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Help with solving an equation
I am getting an error while trying to solve the below equation (Function value at interval endpoints must differ in sign) Any...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


matrix columns in matlab
A = 1*1000 matrix I need another matrix Y which has all the columns as A Y = 1000*1000 matrix How to do that??

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Matrix in matlab equation
A = 1*1000 matrix I need another matrix Y which has all the rows as A Y = 1000*1000 matrix How to do that??

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Regarding 3d plot color
I am trying to plot a 3d plot using surface function. How can I change the color of the plot?

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Finding the spatial fourier transform of a function
Using which matlab tag could we find the fourier transform of a given function?

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Help regarding plotting of graphs
I need to plot points from 10^1 to 10^99 with a scale of 1000. I am new to matlab. So, I know that we plot using linspace. Ho...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Help regarding plotting points in graph
I need points from 10^1 to 10^99 with scale as 1000 units to be plotted. How can I juse linespace to plot this??

circa 2 anni fa | 1 risposta | 0

1

risposta

Carica altro