![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3066426_1522093291463_DEF.jpg)
Jung
Pioneer Investments
2012 年からアクティブ
Followers: 0 Following: 0
Professional Interests: numerical analysis, approximations
統計
All
Feeds
解決済み
How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...
7年以上 前
質問
scheduled optimtool removal date?
When is the scheduled removal date of optimtool?
7年以上 前 | 2 件の回答 | 0
2
回答質問
Problem with Name Value pair in fanplot
Hi, I feel like i'm missing something basic here. I'm trying to use set the Name-Value pair in fan plot but I get a "Too many in...
8年以上 前 | 1 件の回答 | 0
1
回答解決済み
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8年以上 前
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
8年以上 前
回答済み
How to make a FOR loop to be efficient
Hi Mike, My ultimate goal is to run a loop more efficiently - i.e. less number of iterations. The code is actually overly sim...
How to make a FOR loop to be efficient
Hi Mike, My ultimate goal is to run a loop more efficiently - i.e. less number of iterations. The code is actually overly sim...
12年以上 前 | 0
質問
How to make a FOR loop to be efficient
Hi, I have a code that looks something like this. tol = 1e-16; a=1; b=500*pi; % b can be larger pts = a:pi:b; ...
12年以上 前 | 5 件の回答 | 0