photo

Puppet Master Ivaschenko


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
186,500
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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

  • First Review

View badges

Feeds

View by

Question


How to specify an initial condition for a Cauchy problem in Simulink?
I am solving an ODE given by dy/dt = 2y/t using Simulink. How do I specify an initial condition y(1)=1 for this ODE in the Integ...

7 years ago | 0 answers | 0

0

answers

Question


How do I calculate filter from transfer function?
Suppose I have a filter h = [1/4; 1/2; 1/4]. It is known that its Fourier transform (transfer function) is somewhat like H(w) = ...

10 years ago | 1 answer | 0

1

answer

Question


How can I create a DLL that can be called from Python 2.6 under win32?
Hi there! I have a function: function [y] = add2(x) y = x+2; end; I want to call it as a DLL from Pyt...

11 years ago | 2 answers | 0

2

answers