Community Profile

photo

Ahmed Khamis


Last seen: 7 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How can I control node label font size of a graph or digraph object?
>> s = [1 1 1 2 2 3 3 4 5 5 6 7 7 8 8 9 10 11]; t = [2 3 10 4 12 4 5 6 6 7 9 8 10 9 11 12 11 12]; G = digraph(s,t) plot(G,'...

7 months ago | 0

Question


Matlab dsolve issue with simple equations
I am trying to solve simple equations as: syms e1(t) e2(t) f1(t) f2(t) R1 C1 Vc_dot=diff(e2); cond=[Vc_dot(0)==0] eqns = [e...

7 months ago | 1 answer | 0

1

answer

Question


I want to measure the execution of ADC on 28335 DSP by toggling GPIO_0 and EOC interrupt
Hi, I want to measure the execution of ADC on 28335 DSP by toggling GPIO_0 and EOC interrupt. I set the ADC PLL to give 40ns ...

1 year ago | 1 answer | 0

1

answer