photo

Sandip More


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Professional Interests: Dynamics and vibration

Statistik

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Can I use two dimensions as upper and lower bound in GA code to solve a minimization optimization poroblem?
I have a finite element mesh of a rectangular plate. The nodes on the plate is the spring locations and they are my constraint. ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Creating matrixes in .mat file
Yeah Victor. It can be done easily. Please specify matrix a b c and d and then simply create matrix whose elements are a b c d....

etwa 10 Jahre vor | 0

| akzeptiert

Frage


Can anyone help me cracking the error in my code which is written for multi objective genetic algorithm solver<
clear all; close all; clc options=optimset(@ga); options.TolFun=1e-20; % options.ParetoFraction=0.5; options.Generations=1...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Operands to the || and && operators must be convertible to logical scalar values. What is the error?
Hi All, I am writing a following code and I am getting an error. Here is code s=12/100; h=1.2/100; l2=3/100;l3=10/100;l4...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to perform a psudo inverse or inverse of recangular matrix in MATLAB?
How to perform a pseudo inverse or inverse of rectangular matrix in MAT LAB?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have 4X4 stiffness matrix and evey element in matrix is a vecor. How can I write 'for' loop for this matrix so that I will get number of matrices according to variable as element in the matrix?
I am trying to vary my matrix of size 4X4. The element in the given matrix are the vectors of 10X1. Please help

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort