photo

Wis


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
289,829
of 300,338

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

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
  • Thankful Level 1

View badges

Feeds

View by

Question


Why is my text going in the wrong subplot?
I'm trying to add text to two subplots stacked vertically. The first add is successful. The second adds go into the top subplot ...

7 years ago | 1 answer | 0

1

answer

Question


how do I delete a file that Matlab wrote
If I save an RF circuit (RF Toolbox) with the 'write' method, I cannot subsequently delete that file in a script during the same...

9 years ago | 1 answer | 0

1

answer

Answered
Can I plot a subset (reduced frequency range) of S-parameters?
I found this works: % get frequency subset plot_freqs = freq_list(1:2*end_freq_idx) ; % define circuit over f...

11 years ago | 0

Question


Can I plot a subset (reduced frequency range) of S-parameters?
I'd like to plot a some rfckt.passive S-parameters over a frequency range less than that of the circuit. Can I do that without ...

11 years ago | 2 answers | 0

2

answers