Samuel Leeney - MATLAB Central
photo

Samuel Leeney


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 10/20 to 04/25Use left and right arrows to move selectionFrom 10/20Use 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

14 个提问
0 个回答

排名
232,157
of 298,102

声誉
0

贡献数
14 个提问
0 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 20,534

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,343

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Why does trained model work in MATLAB 2021 but not 2020?
I have a model (initially converted from Tensorflow) which I trained in MATLAB 2021a. I am now trying to run in 2020b and am ge...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Issue Importing Trained Keras Model (UNet) from Python to MATLAB
I am trying to import a model from Keras to MATLAB. I am unable to create the variable containing the model. modelfile = '4k_ma...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Import Keras Network: The value of 'TrainedVariance' is invalid. Expected input to be positive.
I am trying to import a model from Keras to MATLAB. I am unable to create the variable containing the model. modelfile = '4k_ma...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Extract Red Line From JPEG
Hi There, I need to extract this red line from the image. The line was drawn on and the file saved as a JPEG so it may be poss...

4 years 前 | 2 个回答 | 0

2

个回答

提问


N-Body Solar System Simulator - Why are there innacuracies in the x plane but not the others?
I have written a basic N-Body simulator that simulates the motion of the planets in the solar system. The system reads the posi...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Remove unconnected lines from Canny Edge Detection
Hi Guys, I have run a canny edge detection on an image and it has worked fairly well. After some processing I have been able to...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Medical Image Segmentation Canny Edge Detection
Hi Guys, I am trying to segment the attached image (and many similar ones) so that the segment encloses the large dark capsule ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Setting Background to Zero Messes Up Image Segmentation
Hi Guys, I am using some code written by someone else to segment medical image. The code can be found here and the initial res...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Optimising Nearest Neighbor Program
Hi Guys, I am trying to optmimise this code so that it runs in under 10 seconds for N=20k. It currently takes around 40 second...

4 years 前 | 4 个回答 | 0

4

个回答

提问


Callback GUI Drop-down Menu Not Updating Values
Hi There, I am writing a basic programme that can output a number of different signals (sin, sawtooth, etc) and vary them using...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Dot indexing is not supported for variables of this type when trying to write value into static text box
function text7_CreateFcn(hObject, eventdata, handles) value=1; set(handles.text7, 'String', num2str(value)) I am trying to ad...

4 years 前 | 3 个回答 | 0

3

个回答

提问


Plotting into Multiple Axes in GUI
I am writing a signal generater where a number of different user controlled signals are varied and then fourier transformed. I ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Updating GUI Popup Menu in Seperate Callback Function
Hi There, I am writing a basic programme that can output a number of different signals (sin, sawtooth, etc) and vary them using...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Automatically Update Plots on GUI With Multiple Sliders
Hi There, I am building a gui to model a number of different signals (sine, square, triangle, sawtooth). These signals can be c...

4 years 前 | 1 个回答 | 0

1

个回答