Ozgur
ITU
Followers: 0 Following: 0
Professional Interests: Vibration and Acoustics, Control Systems, Data Acquisition and Mechanics
Statistics
RANK
153,471
of 295,448
REPUTATION
0
CONTRIBUTIONS
4 Questions
6 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
How can I use "fsolve" for a complex function that is changing in each iteration?
Does seperating the equation in to real and imaginary parts make sense in this? Palazzo
7 years ago | 0
Question
How can I use "fsolve" for a complex function that is changing in each iteration?
Hi everyone, I have complex nonlinear function as below: <</matlabcentral/answers/uploaded_files/80494/equation.PNG>> ...
7 years ago | 1 answer | 0
1
answer"Undefined function 'equationsToMatrix' for input arguments of type 'sym'." Error
I think this is related to couple of issues combined. MATLAB was on E:\ drive, I'd uninstalled and installed it again on C:\. ...
10 years ago | 0
| accepted
"Undefined function 'equationsToMatrix' for input arguments of type 'sym'." Error
Sure...
10 years ago | 0
Question
"Undefined function 'equationsToMatrix' for input arguments of type 'sym'." Error
Hello all, I've been trying to deal with the equationsToMatrix function, but getting this "Undefined function 'equationsToMat...
10 years ago | 3 answers | 0
3
answersSplitting data array into sub arrays
Another question, if I want to put the subarrays into cell manually, how can I do that? (By not using "cell" function) I've tri...
13 years ago | 0
Question
Splitting data array into sub arrays
Hi everyone, I have a acquired data of 10 sec with 30720 Hz sampling freq, which results 307200 data points. I want to s...
13 years ago | 3 answers | 0
3
answersSine generation with variable frequency and amplitude
I think i solve the problem. Here is the code if you are interested; num=length(t); k=zeros(1,num); f1=0.8; ...
13 years ago | 0
| accepted
Sine generation with variable frequency and amplitude
The sine waves i want to realize is alike below figure, I made it on Microsoft paint, so it is a little rough.. <http://imagesh...
13 years ago | 0
Question
Sine generation with variable frequency and amplitude
Hi everyone, I have been trying to write a code that generates series of sine wave with changing frequency and amplitude; fo...
13 years ago | 4 answers | 0