photo

Ben


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
3 个回答

排名
32,016
of 300,771

声誉
1

贡献数
7 个提问
3 个回答

回答接受率
42.86%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Speed up mcr on Linux using background script
We are writing a web application that runs a deployed matlab function, and returns a result as a json file to be loaded to the w...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Non interactive figures on unix
I'm trying to compile an executable for a Unix machine using the deployment tool to build an application, which works fine until...

11 years 前 | 0 个回答 | 0

0

个回答

提问


inflection point on sum of sinusoids
Hi, I have a problem that may have a neat solution but I'm not certain of the approach. I'd like to find the inflection points...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
saving images as a database
Try just this inside your loop: holdImage(i) = imread(['F:\matlab\face\data\' srcFiles(i)],'jpeg');

12 years 前 | 0

已回答
how to visually pick graphic objects
It's easiest if you can create a handle during plotting, eg h = plot(_) You can also modify objects after clicking the ic...

12 years 前 | 0

提问


weighted fit to log-log data
Hi, I need to perform a first order log-log fit with the ability to weight the samples. This should fit a straight line throug...

12 years 前 | 0 个回答 | 0

0

个回答

提问


reading whitespace in textscan
Hi, I have some data to read in fixed field format as date/time (ddmmyyyyHHMM) then 4 data fields, as per this example: ...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
GUI rename handle problem
Ok, thanks Walter

12 years 前 | 0

提问


GUI rename handle problem
Hi, I have a problem with a gui i have renamed (yes I now know I should have saveas). I've renamed all of the callbacks and an...

12 years 前 | 2 个回答 | 0

2

个回答

提问


2d index to 3d array
Hi, I'd like to set several pixels in a base image to a color. These pixels are given as a 2d array (determined from a thresho...

12 years 前 | 2 个回答 | 1

2

个回答