Feeds
提问
Logical Not Operation To The Fields Of Struct
Hi. Suppose i have this: a(1).b = true; a(2).b = false; I want to invert all b fields to get the following: a(1).b = false;...
7 years 前 | 2 个回答 | 0
2
个回答提问
3D Surface Matching
Hi. I have some values as 3D surface in polar coordinates (theta, phi and value). And i want to match this dataset to anot...
8 years 前 | 0 个回答 | 0
0
个回答提问
HOW TO Summation of Functions ?
Hi. How can i add one functions to another? For example: fun1 = @(x)100*(x(2) - x(1)^2)^2 + (1 - x(1))^2; fun2 = @(x)5...
9 years 前 | 1 个回答 | 0
