photo

K Chiranjeevi Reddy


2015 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 1
  • Scavenger Finisher
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

8年以上 前

質問


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

10年弱 前 | 1 件の回答 | 0

1

回答

質問


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

10年弱 前 | 1 件の回答 | 0

1

回答