Statistics
RANK
236,086
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Question
Connect to a Java program from within MATLAB
Greetings, Most of the MATLAB Java Interfaces that exist, help establish a MATLAB session from within Java and then execute c...
10 years ago | 1 answer | 0
1
answerQuestion
Finding Stateflows under Library links
Greetings, I wasn't able to find a related topic so here goes : I wanted to use the following method to search for stateflo...
10 years ago | 0 answers | 1
0
answersQuestion
Issues with integrating custom C Code in Simulink
Sorry if there's a similar question already, I wasn't able to find one all morning. I am trying to integrate a custom code snipp...
11 years ago | 0 answers | 0
0
answersData for input breakpoints must be strictly monotonically increasing after conversion to its run-time data type.
I had the same issue. Turns out that the breakpoints (Axis ticks) for your lookup table might not be increasing monotonically. I...
11 years ago | 0
Question
Does the MATLAB's ifft()/fft() do any spectral shaping ?
Greetings, I generate an OFDM signal using : Qam = qammod(randi([0 3],Nfft,1),M); OFDMsym = ifft(Qam,Nfft); O...
12 years ago | 2 answers | 0