Muhammad Asif
Followers: 0 Following: 0
Estadística
8 Preguntas
2 Respuestas
0 Problemas
3 Soluciones
CLASIFICACIÓN
6.688
of 295.569
REPUTACIÓN
6
CONTRIBUCIONES
8 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
3
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
61.644
of 154.105
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
50
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
infected cell detection in the image
Hello, I hope everyone is doing good. Attached are two pics one is input(blue one) and other is output(red one). Actually I want...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Stuck with ode45 with events option
Hi, i am trying to solve the following odeset. I have my @equ is of size 8x1 with initial condition also of 8x1. I have attahc...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Gauss-Seidel method with Successive Over Relaxation
function [X, k, res] = sor(A, b, x0, w, tol, maxIter) [row, col] = size(A); n = length(b); x = x0; k = 1; res(k) = tol; s ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
save .svg image in the form of group of rectangles (coordinates)
Hi, I hope everybody is fine reading this question... For better explaination let me give an example. The following is the im...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
can any body pls help me with this Simulink problem I want to restrict time axis to 2:4
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasResuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
alrededor de 4 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
alrededor de 4 años hace
Resuelto
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:...
alrededor de 4 años hace
Newtons method for system of nonlinear equations
sysNewton(@(x) [x(1)+x(2)+x(3)-3;x(1)^2+x(2)^2+x(3)^2-5;exp(x(1))+x(1)*x(2)-x(1)*x(3)-1],... @(x) [1,1,1;2*x(1),2*x(2),2*x(...
más de 4 años hace | 0
Setting axes with center in origin (0,0) in plotted variables.
set(gca, 'XAxisLocation', 'origin', 'YAxisLocation', 'origin')
más de 4 años hace | 3
Pregunta
Estimation of the Arterial Wall Material Properties by Using Strain Energy Function and Inflation-Extension Experiment (for two arteries)
Anyone please help me with this
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
can anybody please help me to define this?
Actually I am looking for a speacial function in matlab which I can use to define this matrix. I have used it in past but now ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Too many output arguments s = setting
can you please help me with this? Here I have check settings() function which returns nothing but matlab built-in funcition i...
más de 4 años hace | 0 respuestas | 0