Community Profile

john


Aktiv seit 2011

Professional Interests: electric circuit analysis

Statistiken

  • Thankful Level 4

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Ilaplace and simplify and more roots
For numeric solution I use and it works: s=ilaplace(result(i,1)); s=feval(symengine, 'float', s); syms t 'real' s=vpa(sq...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


When use || and | in if?
Hello, when can I use || and | in command if? For example: if a||b if a| b Thank you

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Slow execution uitable with many characters
Hello, a has size for example (20,70000). If I insert a into uitable in GUI, than moving slide up/down or right/left is execu...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Analytical solution of ilaplace
Hello, numerical solution of ilaplace is done by: s=ilaplace(result(i,1)); s=feval(symengine, 'float', s); syms t ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


vpa ,,,,why this result?
Hello, for code: vpa(33357.2537976768,4) I got: ans = 33388.0 but why not 33360.0? Thank you

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Real part of symbolic complex
Hello, how can I get real part of this: syms u01 phiu01 R3 R1 C3 omega u02 phiu02 L1 -(2^(1/2)*R2*u01*sin((pi*(phiu01...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


uistack figure simulator top
Hello, software ( main figure) in gui has name Simulator. If I have opened two and more figures, and I use set(0,'Curre...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Solution of electric circuit- result from ilaplace in complex form
Hello, please help. I solve electric circuit with resistors, inductor, kapacitors a sources. In final step, I need make...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Calculation ilaplace ...roots? plot
Hello, I need make inverse Laplace transformation. I thing I got more roots. What can I do with this roots? I need make plot ...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Waitbar error during calculation
Hello, if I press button "x"- that I want to close waitbar for example during for i=1:a during calculation, I got error, why?...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Different result command window and guide
Hello, if I write in command window: t=1 4.5582758767110180218764941687633*sin(314.0*t) - 16.557811525543529374688574...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Calculation of cosh, sinh big numbers
Hi, let t is time. How can I calculate and plot: for i=1:10 y=0.912*sin(314.0*t) - 3.31*cos(314.0*t) + (3.31*(cosh(...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Block and un-block items
Hello, in guide I have few pushbuttons, uitables, radiobuttons.....few are enabled and few of them are disabled... If I pr...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Why I got dirac
Hi, why I got dirac in result: a=ilaplace((134.66666666666666666666666666667*s - 134666.66666666666666666666666667)/(s^2 +...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


ilaplace confusing - result from command window and from m file gui is not the same
Hi, I write in command window: ilaplace((0.99984898859777815438576453743735*s^2 + 1414.0*s - 414151.01140222184561423546...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Too big row width uitable
Hi, into row I want write for example iR1, where 1 is subscript. iR1 is current "i" in resistor "R1". This is my code: sym...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problem in CurrentFigure or in gcf
Hi, this is my code after pressing pushbutton: h=findobj(0,'Type','figure','Tag','figure1'); UserData=get(h,'UserData'...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Math form and uitable
Hi, I have uitable and edit box. If I write 0.10000002 into edit box, than in uitable I get 0.10000002....this is ok. But if I w...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Uitable with greek letters and subscript:
Hi, can you help me please? For example I want to show following string into uitable with greek letters and subscript: L1,alp...

mehr als 10 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


Column width in uitable
Hi, if I press button, then new figure appears with uitable. Column width is always the same. How can I change column width? ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Where is the problem???
Hi, UserData.matrix(3,3) is type of cell, and d is also type of cell. I got this error: ??? Error using ==> mupadmex Er...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


0.9-0.89 is 0.010000000000000000208166817117217
Hi, why 0.9-0.89 is 0.010000000000000000208166817117217? I want to use it in: if a-b<c sprintf('error') end...... ...

mehr als 10 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Popup menu and do nothing
Hi, how can I do this? When I click on popup menu and I don't change a content, than print "You didnt change it". When I c...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Result ilaplace a number
Hi, from this code: a=55/4/sym('s^2'); b=ilaplace(a); I got: (55*t)/4 How can I get result like 13,75...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to plot result of inverse laplace transformation ?
Hi, how can I plot result of inverse Laplace transformation? Example: b=(s^2-2*s+4); c=ilaplace(b) t=0:10; ...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Load real number, not integer
Hi, why is not possible to load real number? For example "3.14"??? It works only with integer. UserData.matrix(1,1)=nu...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


GUI and two .figs
Hi, I have two .figs. If I press button in fig 1, than is executed callback function button_Callback(hObject, eventdata...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to run .fig from another .fig and how to get values from one .fig to second .fig and oposite
Hi, I have two .figs a and b. How is it possible to run b.fig from a.fig? After run I need send any values from a.fig for ...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How insert if/elseif/else statement into callback
Hi, how can I insert if/elseif/else into callback? This is my idea: uicontrol('Style','checkbox',... 'Unit...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


sqrt symbol into uitable
Hi, how can I insert sqrt symbol into uitable? for example sqrt(2). Surd doesn't help. Thank you for help

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden