Philip G - MATLAB Central
photo

Philip G


2016 年からアクティブ

Followers: 0   Following: 0

Biophysicist. Curious.

統計

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

2 質問
7 回答

Cody

0 問題
1 解答

ランク
2,559
of 297,672

評判
24

コントリビューション
2 質問
7 回答

回答採用率
0.0%

獲得投票数
2

ランク
 of 20,464

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
121,265
of 159,351

コントリビューション
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年 前 | 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年 前 | 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年 前 | 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年以上 前