photo

George Ansari


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

12 Preguntas
0 Respuestas

CLASIFICACIÓN
13.715
of 300.786

REPUTACIÓN
3

CONTRIBUCIONES
12 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
41.67%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 21.091

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 171.031

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


sdpvar matrix in Yalmip
Dear all, I have attached the code that uses Yalmip toolbox. I cannot understand why P_reserve = 0 (RTS_24_bus_one_area_FYF.m...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to limit a function to return results only above some threshold
Hi everyone, Assume: a = [1 2 3] b = [4 5 6] c = [7 8 9] D = myFunction(a, b, c) The function returns n by 3 matrix...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to find index of a minimum value starting from the end
I have this code: A = 1 2 3 4 5 6 7 8 9 1 1 1 1 1 2 3 ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to look for minimum value in a vector from backwards?
Suppose I have a vector A = [5 6 4 1 1 1]; I'd like to find the index of a minimum value. If I try min function in a regular ...

más de 8 años hace | 2 respuestas | 1

2

respuestas

Pregunta


How to insert an element into matrix?
Suppose I have a matrix A = ones(4,6). I want to combine it with a vector B = zeros(1,6) to make another matrix C of size 5 by 6...

más de 8 años hace | 2 respuestas | 1

2

respuestas

Pregunta


PDF function does not give same result as normpdf
Hello all, I'm using the following function to create the PD of a RV function [ X, f ] = Normdist( mu, sigma, min_x, max_x,...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What's wrong with the code?
The code supposed to delete an element from B cell if corresponding P = 0. Please help me to fix it. Thanks, George. L =...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to delete row in matrix or cell in a for loop?
I have the following code: L = [1 10 15]; L_cell = num2cell(L); P_max = [100;150;200]; Pg = [90 150 150]; B = [1; 2; 3]...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to reduce vectors sizes if an element in a parent vector equals to zero without accessing for loop
Dear all, I have the following code, is there a way to do the same thing but without for loop? P_max = [100 150 200]; ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Can't get the code into the for loop
Dear all, Please help me to get the attached code into the for loop. The code must run for j=1:length(Pd). Two variables are va...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to create a matrix, table or a cell where in odd columns variables from matrix A and in even columns variabls from matrix B will be stored?
For instance, I have two matrices A = ones(5,24) and B = zeros(5,24), I need to create a matrix 'C', where the first column of '...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to reduce the number of iterations in partical swarm optimization toolbox?
Hi all! Is it possible to reduce the number of iterations in particle swarm optimization toolbox, developed by Prof.Brian Birge...

más de 8 años hace | 1 respuesta | 0

1

respuesta