photo

Omur Bas

Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
4 Answers

RANK
12,830
of 299,737

REPUTATION
4

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,791

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 165,655

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Extract non zero term from Vector
If all the other elements are zero, and you don't need the index, then Sum of Elements block would do the trick.

8 years ago | 0

Answered
Can you use the concatenation ability of MATLAB to combine a 3x4 and a 3x5 matrix?
Simply use square brackets, as you would use for combining scalars into a vector: A = ones(3,4); B = zeros(3,5); AB= [A...

8 years ago | 0

Answered
Simulink: How to get a cosine wave with 'time dependent frequency'
To find time explicitly in Simulink, you can use the "Clock" block.

8 years ago | 0

Answered
why the current divider doesn't work on simulink?
Hi Frank, You need to connect the current sensor in series with the resistor, as you would in real-life. An ideal current senso...

8 years ago | 0

| accepted