Community Profile

photo

NIMA RAHMANI MEHDIABADI


2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


plot a graph of year vs rate
so i have a code : function ydot= fossil_fuels(t,y) p = y(1); sigmas = y(2); sigmad = y(3); alphas = y(4); alphad = y(5); r =...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


solving a system of ODE
so i have a pdf attached which contains all the information to solve a system of ODE. i have written the code in a m-file as ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


mean and variance of numbers read from a txt
so i have text that has numbers 1,2,3,4,...,19,20 and i like to take the mean and varience of the numbers, how can i do it? in...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


fprintf to create a table of numbers
Hi everyone so im trying to print a table of numbers here is my code x = linspace(0,4,10); y = sinh(x); z = cosh(x); g = [...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


how to plot meshgrid and mesh
so im trying to plot a meshgrid and mesh for a function of z = 2xsin^2(x) so my code is; clear; x = linspace(-3,3); y = lins...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Trapezoidal rule for loop
So i have done the calculation for only one value of n = 200. The code that i have written is : f = @(x)6*(cos(x/2)) .* (sin(x/...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How to make a function
So i have a equation of y = x sin(x) - cos (x) i have done a code which takes the derivative of the function and evaluates at p...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to create a table by making printing new lines
So i am trying make a table of numbers like 0 0 0 1 2 0 0 1 2 3 0 1 2 3 4 my code is : numbers are different so dont worry...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Problem executing While loop
So I'm trying to change my code from a for loop to while loop to display numbers from 10 to 30 and skips numbers from 15 to 20 a...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Writing a one line programme to show that an equation equals to the answer shown.
How can i write a one line programme to show that sqrt(4) = 2 . solve('sqrt(4)') it says : Error using solve>getEqns (line 41...

約5年 前 | 1 件の回答 | 0

1

回答