Statistik
RANG
11.325
of 297.016
REPUTATION
4
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
45.45%
ERHALTENE STIMMEN
4
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
how can i get impedance of circuit?
When I measure impedance by powergui, Matlab gives: Matrix is close to singular or badly scaled. Results may be inaccurate. RC...
etwa 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Usage of prohibited block
I use Simulink of 2019b version, but this warnings "Usage of prohibited block" and "Usage of non-compliant blocks" are in every ...
fast 5 Jahre vor | 1 Antwort | 3
1
AntwortGelöst
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
fast 5 Jahre vor
Frage
Output argument not assigned during call
I need help to correct this code. While I did not write this code in function, it worked right, but now matlab gives error [X,...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to solve a system of integral equations?
I want to solve the system of integral equations, but limits on integrals contain an unknown ( x(2) ) which i want to find. I ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to create function with name-value pair arguments?
Hello. I want to create the function like function [x1, x2] = fun('name',varargin,'name',[..],'name',[..]) How i can do it?
etwa 5 Jahre vor | 4 Antworten | 1
4
AntwortenFrage
Matrix Logical Indexing in If...else... construction
How i can do condition then if in my array varargin{j} at least one logical '1' is exist, condition works? example elseif var...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
fsolve not enough input arguments
Hello! Trying to get solution with the help fsolve, i see such problem: Not enough input arguments. Error in System (line 2)...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Boundary Conditions in PDE MODEL
i create PDE model g is exported from PDE Tololbox model = createpde; geometryFromEdges(model,g); applyBoundaryCondition(mod...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How squareg works ?
I want to create a model by geometryFromEdges(model,@squareg) but i need other sizes of square. @squareg creates 1x1, but i want...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Parabolic solver of PDE and coefficient in function form.
I want to solve non-stationary parabolic equation d∂u∂t−∇·(c∇u)+au=f , where a=f(u) , but Matlab give out such errors: Undefine...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error using odearguments, mass matrix
Im trying to solve ODE using this [T,Udis] = ode45(@(T,Udis) (-Udis.*v)/Eps, [0 9.99],1300) but the error appears Error using...
fast 6 Jahre vor | 0 Antworten | 0