Community Profile

photo

K Chiranjeevi Reddy


Active since 2015

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years ago

Question


Decision variable and function to be minimised are not directly related
Hi, Is there anyone to help me on this, I have Five variables(Bounds well known). These five variables after plugging in...

9 years ago | 1 answer | 0

1

answer

Question


I have this small code. If statement fails to execute when x(i)<=10^0 say for 10^-5, 10^-1 or 10^0 even though matrix x contains the given elements
clear all clc y=10^-8; z=1; x(1)=y; for i=0:16 for j=1:9 x(z+1)=x(z)+y; z=z+1; ...

9 years ago | 1 answer | 0

1

answer