Community Profile

photo

Sandip More


Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: Dynamics and vibration

Statistics

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


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. ...

9 years ago | 1 answer | 0

1

answer

Answered
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....

10 years ago | 0

| accepted

Question


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...

10 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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?

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer