Community Profile

photo

Huck Febbo


University of Michigan Ann Arbor

Last seen: 2 years ago Active since 2015

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


Passing back data with increasing row indices using Sparse Command
By default the sparse command passes back the non-zero elements in a matrix arranged by increasing column indices: A = [ 0 ...

8 years ago | 1 answer | 0

1

answer

Answered
Passing a structure of parameters into and S-function in MATLAB
Setup 1: Load the data as a structure into the base workspace and run the simulink model clear; clc; close all ...

8 years ago | 1

| accepted

Question


Passing a structure of parameters into and S-function in MATLAB
I am trying to pass a structure of parameters to an S-function in MATLAB. I have a bunch of parameters and I would like to avoid...

8 years ago | 2 answers | 0

2

answers

Question


Java issue with Matlab
I messed with the version of Java that I was using in Matlab and then I had some issues, so I tried to delete Matlab and all ver...

8 years ago | 2 answers | 1

2

answers

Answered
Genetic Algorithm in Matlab - Not terminating as expected
The issue is that the Matlab's implementation of Genetic Algorithm with a non-linear constraint cannot handle the design problem...

9 years ago | 0

Question


Genetic Algorithm in Matlab - Not terminating as expected
I am trying to solve a problem using GA in Matlab and the optimization is running through the set number of generations and decr...

9 years ago | 2 answers | 0

2

answers