photo

shahin hashemi


Last seen: 5年弱 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

27 質問
0 回答

ランク
41,213
of 300,771

評判
1

コントリビューション
27 質問
0 回答

回答採用率
81.48%

獲得投票数
1

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 4

バッジを表示

Feeds

表示方法

質問


integral (numerical integration) base on r
dear all i want to use integral (numerical integration) base on r for W for the code below : clc clear all m=9; a=1; ...

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

1

回答

質問


I have problem with simplifing my equation
Dear all i have cod like below : clc clear all a=1; m=9; u=[3.8317 7.0156 10.1735 13.3237 16.4706 19.6159 22.7601 ...

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

1

回答

質問


bessel function derivatives problem
dear all i have following equation that contain bessel function : 1- u(r)=j1(r) [1 mean the order and r is Vari...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


finding frequency and domain of equation using ode45
dear all i use following code to find answer of the following equation : u ̈+u+u^3=0 function dydt= vdp1(t,u) dydt=[u(2);-u...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


finding frequency and domain of equation using ode45
dear all i use following code to find answer of the following equation : u ̈+u+u^3=0 function dydt= vdp1(t,u) dydt=[u(2);...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Input function must return 'double' or 'single' values. Found 'sym'.
dear all when i using integral command although i define z i get the following error clc clear all E2=10; E1=20; lE=E2...

5年以上 前 | 1 件の回答 | 1

1

回答

質問


i confuse using syms variable
dear all i run the following code : clc clear all N=6; % number of disks L=0.08; % the length of each segment x = sym('...

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

1

回答

質問


Subscript indices must either be real positive integers or logicals.
dear all i have code like below clc clear all for b=1:0.1:20 M((b*10)-9,:)=[1 1 1 ] end but at b=2.4 i got this er...

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

1

回答

質問


predicting the trends of diagram
dear all i have 2 data point like this that come from nonlinear equations : x=[13 8 6 5.5 5 4.9 4.8 4.795 4.792 4.791 4...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


call large equation to ode solver
dear all i want solve equation with using ode113 clc clear all tic initialcond=[-0.001,-0.001,-0.001,-0.001,-0....

7年以上 前 | 1 件の回答 | 0

1

回答

質問


problem with taking Differentiate from variable with counter !
dear all i need to write a code that have x symbolic variable that contain x=[x1 x2 x3 .... xn] and also x is depended to v...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


problem with taking Differentiate from variable with counter !
dear all i need to write a code that have x symbolic variable that contain x=[x1 x2 x3 .... xn] and also x is depended to v...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


how can i draw circle in 3D space with 3 point ?
Dear all I need to draw a circle in space with 3 points that I have. For example in the picture below I need to through t...

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

1

回答

質問


how can i fit smooth curve through these points ?
dear all i have data point like below and i want to fit smooth curve (interpolate) through these point x=0,0.0521848...

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

1

回答

質問


how can i substitute number with symbol ?
dear all i have code like below : clc clear all N=4; L=60e-3; M=3.338e-3; jx=5.743e-14; E=2.1e11; ...

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

1

回答

質問


why matlab Make a mistake in calculating sin and cos while teta in wiling to zero ?
dear all as it is obvious base on the Taylor series or l'hopital's rule , answer the below equation is 1/2 Taylor series ...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


curve fitting : Error computing Delaunay triangulation. Please try again with different data.
dear all i have data point like below : s = 0 0.0200 0.0400 0.0600 0.0800 y = 0 ...

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

1

回答

質問


curve fitting : Error computing Delaunay triangulation. Please try again with different data.
dear all i have data point like below : s = 0 0.0200 0.0400 0.0600 0.0800 y = 0 0 ...

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

0

回答

質問


Subscripted assignment dimension mismatch when cal back the function
dear all this is my cod function [Rl] = basisfunction1(j,N) L=1; x = sym('x', [1 3]...

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

1

回答

質問


fsolve problem with syms var
dear all i write cod that i want to solve it with fsolve commend at the end, my equations just contain double parameters ...

約8年 前 | 2 件の回答 | 0

2

回答

質問


Index exceeds matrix dimensions in very simple equation
x = sym('x', [1 3*N], 'real'); N=4; L=1; for i=2:N+1 pl(:,:,i)=L*[(cos(x(3*i-2))*(1-cos(x(3*i-1))))/x(3*i-1) (sin(...

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

1

回答

質問


FSOLVE requires all values returned by functions to be of data type double.
dear all i write code like below that produce 9*1 matrix that have 9 sym variable x1,x2,.........,x9 i m using fsolve to calc...

約8年 前 | 3 件の回答 | 0

3

回答

質問


Subscripted assignment dimension mismatch when using coeffs command
dear all i have code like below: clc clear all syms q(i) teta(i) eb(i) tetad = sym('tetad', [1 2], 'real'); ...

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

1

回答

質問


rewrite A=[3*1] matrix to [3*3]*[3*1(var)]=A
dear all i have 3*1 matrix like matrix E below syms qd td ed q teta E =[ ed*cos(q)*sin(teta) - cos(teta)*(qd*cos...

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

1

回答

質問


how can i rewrite an equation base on variables
dear all i have 3*1 matrix like matrix E below syms qd td ed q teta E =[ ed*cos(q)*sin(teta) - cos(teta)*(qd*cos...

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

1

回答

質問


fsolve with 3 variable name
dear all i have 9 equations like below that equal to zero i put them in matrix called F=[F(1);F(2);F(3);F(4);......;F(9)] ...

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

1

回答

質問


i cant understand why matlab assumpt that my variables have image part
dear all i run the following code : syms be(i) ga(i) eb(i) for i=2:8 k(i)=sqrt(((be(i))^2)+((ga(i))^2)); q(i)=atan2(...

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

1

回答