photo

adem ski


Last seen: meer dan 4 jaar ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
152.584
of 300.365

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20.933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


how to get Coordinatee in this program
hi i want help for get coordinatee for each maille in this program for exampl the first maille 1 2 8 9 the second 2 3 ...

meer dan 4 jaar ago | 0 answers | 0

0

answers

Question


transfer functio S to z
how can i change this function transfer f(s) to function f(z) f(s)= 2^-s / (1+s)^2

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


how can i resolve this equation Runge kutta method
y''+1=0 ddy/ddt + 1 =0 how can i resolve this equation with runge kutta method

bijna 6 jaar ago | 2 answers | 0

2

answers

Question


how can i Solve this equation With ode45
(d2y/dt^2)+w=0 how can i Solve this equation With ode45, w=1 and intrevall [0 10] and y(1)=2 y(2)=0

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


i can't use syms in matlab
clc clear all close all a=1; b=5; sysm x real adem=1+exp(-1); dadem=diff(adem); ddadem=diff(dadem); ddadem_real=sub(dd...

bijna 6 jaar ago | 3 answers | 0

3

answers

Question


feval problem Too many inputs to inline function.
a=0 b=2 y=5 x=1/2 f1=inline('(1+x^2)/(sqrt(x)+3)') f2=inline('(1+x^2)/(sqrt(x)+3)') f3=inline('(1+x^2)/(sqrt(x)+3)') f4=i...

bijna 6 jaar ago | 2 answers | 0

2

answers

Question


How do I solve these equations?
f1=(1+x^2)*(sqrt(x)+3) f2=a+log(b+x^2) f3=1/(sqrt(x^2+y^2) f4=sin(a+x^2)+cos(b+y^2) x=1/2 y=5 a=0.1 b=2 I want to define...

bijna 6 jaar ago | 0 answers | 0

0

answers

Question


i want create this matrix
i want create this matrix in one ligne command and use (ones,eye...) m = 1.0000 3.1416 3.0000 4.0000 0...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


eval and inline function
clc clear all close all a=0; b=2; y=5; x=1/2; f3=inline('1/(sqrt(x^2+y^2)'); [f6]=eval(f2) ??? Undefined function or...

bijna 6 jaar ago | 1 answer | 0

1

answer