bon sai - MATLAB Central
photo

bon sai


Last seen: 1 year 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB AnswersCodyFrom 09/16 to 04/25Use left and right arrows to move selectionFrom 09/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
6 个回答

Cody

0 个问题
1 个答案

排名
75,350
of 298,264

声誉
0

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
121,313
of 160,718

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

已回答
Renamed Gui keeps referring to old .m file
In your m-file.m, please edit in header this line gui_State = struct('gui_Name', 'new_file.fig', ... because this ...

7 years 前 | 0

已回答
How to read image loaded in another function in GUI
If your pushbutton1_Callback to get the filepath, then read the image to array. Finally store it in handles and update handles. ...

7 years 前 | 0

已回答
custom color trendline and appropriate legend
Assign the scatters to objects in workspace, then make a legend only selected objects PD = [10.7 7.7 8.3 15.7 8.7 11.3 16.0...

7 years 前 | 0

已回答
i am new to matlab & i am stuck at colouring muliple lines in a single graph. The code is as below
Please try to manage line color in axes instead. loglog(data_1,data_2,data_3,data_4,data_5,data_6,data_7,data_8,data_...

7 years 前 | 0

已回答
Copying a GUIDE interface and retaining the tag names
try 'Save as..', I think

7 years 前 | 0

已回答
could anyone tell me how to fix the sum of (n,m) array to a fixed value .
if [n,m] = size(A), then you can sum by column and then sum by row, or vice visa. sum(sum(A,1),2) you will get the same ...

7 years 前 | 0

已解决


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

8 years 前