photo

covariant_cat


Last seen: 4 years 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

10 个提问
0 个回答

排名
5,386
of 299,737

声誉
9

贡献数
10 个提问
0 个回答

回答接受率
60.0%

收到投票数
9

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


scientific notation in each element
Is it possible to display scientific notation independantly in each element of the matrix? Currently matlab has a global expone...

6 years 前 | 1 个回答 | 1

1

个回答

提问


importing a package is very slow
Say I have two packages: +pack1 -- func1.m -- func1_no_import.m +pack2 Pack1 contains the following code: ...

7 years 前 | 0 个回答 | 1

0

个回答

提问


How to avoid importing the same package name repeatedly in all functions in this package?
I have a package that contains n functions +mypackwithlongname +mypackwithlongname/f1.m +mypackwithlongname/f2.m ......

7 years 前 | 1 个回答 | 4

1

个回答

提问


How to run a default method if a class method is undefined?
Say I have a class called A. a=A(); b=A(); If we call foo123(a,5,b,6) and foo123 is not defined, there will be an err...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Check gpuArray double or single?
I'm pretty sure a gpuArray has a type (e.g., single or double). But i'm not sure how to check it. The function isa does not w...

8 years 前 | 1 个回答 | 1

1

个回答

提问


Easily Reproducible GPU Bug in R2017a
There is a GPU bug in R2017a, which can be reproduced by the following simple code: p=gpuArray(single(randn(1,4,10,2359...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to initiate a linux (shell) command from matlab but not wait for the output?
I know I can use the function unix (or system), but it has to wait the script to return. The script actually will run for a long...

12 years 前 | 1 个回答 | 1

1

个回答

提问


dbstop if error: manually fixing the error and continue?
Hi all, Let's say I toggle on the dbstop if error. And the matlab automatically stops at the error, is it possible for me to ...

12 years 前 | 3 个回答 | 1

3

个回答

提问


waitforbuttonpress do not respond to keyboard
Hi all, I have a program that calls waitforbuttonpress very frequently. (about 4 times per second). After running it for some...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to have larger (than 16-by-16) pointer size?
Hi all, I'm designing a drawing program in matlab (just imagine a simplified Photoshop), where the paintbrush can have larger...

12 years 前 | 2 个回答 | 0

2

个回答