Pavel M
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
9.685
of 295.569
REPUTACIÓN
4
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
45.45%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
124.344
of 154.105
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
más de 4 años hace | 1 respuesta | 3
1
respuestaResuelto
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:...
más de 4 años hace
Pregunta
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,...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
casi 5 años hace | 4 respuestas | 1
4
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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)...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Boundary Conditions in PDE MODEL
i create PDE model g is exported from PDE Tololbox model = createpde; geometryFromEdges(model,g); applyBoundaryCondition(mod...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 0 respuestas | 0