photo

Philip G


自 2016 起处于活动状态

Followers: 0   Following: 0

Biophysicist. Curious.

统计学

All
MATLAB Answers

2 个提问
7 个回答

Cody

0 个问题
1 个答案

排名
2,556
of 297,457

声誉
24

贡献数
2 个提问
7 个回答

回答接受率
0.0%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
120,947
of 158,938

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

已回答
Volumetric slice plot of tomographic data
Hi, if you do not want to use a simple |isosurface| or volume viewer as I suggested in my comment, every image can have an |alp...

8 years 前 | 2

| 已接受

已回答
How to load and read these files in matlab?
If you are unsure how to import a certain file ... you can use the import wizard (right click on your file in MATLAB and choose ...

8 years 前 | 0

| 已接受

已回答
How can I save a matlab GUI figure with logo inserted into it.
I do it very similar to your code ... axes(handles.ax_img) % here I specify the axes where to plot the image logo1 = imrea...

8 years 前 | 0

| 已接受

已回答
cell array elements comparision
Hey lucksBi again ;) These are very basic operations you are asking - maybe consult the documentation for basic handling of c...

8 years 前 | 0

已回答
combine elements of cell arrays
You might try the MATLAB functions horzcat and vertcat. For example: a{1,1}{1,1}=123; b{1,1}{1,1}=123; horzcat(a{1,1}{1...

8 years 前 | 0

| 已接受

提问


Predicting text with neural networks
Hi, I have worked with standard fitting and classification networks as well as convolutional networks so far. But now I am stu...

8 years 前 | 0 个回答 | 0

0

个回答

已回答
Plotting in Matlab GUI.
Hi, the approach using |guidata| to store and retrieve data is correct. The general structure should be like function datai...

8 years 前 | 0

| 已接受

已回答
I have several sub folders where I have images. I want to use imwrite for those images and get all of them in a folder. Thanks.
Hi, I am not sure what exactly you want to do with sprintf and what you mean with "output of the images" but ... There are f...

8 years 前 | 0

提问


Neural network for fitting histograms - tips for optimisation / setup?
Hi, I am currently using a FITNET to estimate underlying parameters for histogram data. As I am not greatly experienced in usin...

8 years 前 | 0 个回答 | 0

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 前