photo

Nicholas Zhou

MathWorks

Last seen: 1 year 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Programming Languages:
Python, C++, C, Java, C#, PHP, Javascript, MATLAB, SQL, HTML, Shell, Fortran, Visual Basic
Spoken Languages:
English, Chinese
Pronouns:
He/him

统计学

All
MATLAB Answers

0 个提问
4 个回答

Cody

0 个问题
1 个答案

排名
7,904
of 300,369

声誉
6

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
3

排名
 of 20,936

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
117,969
of 168,436

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • First Answer
  • Revival Level 1
  • First Review
  • Solver

查看徽章

Feeds

排序方式:

已回答
深度网络设计器的音频网络文件解压后安装到哪里
以openl3为例,在R2024a上,你在deepNetworkDesigner的起始页面点“安装”,MATLAB只是启动一个浏览器下载,下载的文件在你默认的下载目录里,文件名为openl3.zip,你需要手动解压这个文件到你自己的项目目录中,并把open...

1 year 前 | 0

已回答
Simulink & raspberrypi
建议您不要在文件目录上使用汉字,改用字母或数字等ASCII码字符。 代码生成时如果遇到文件路径(包括文件夹和文件名)中有多字节语言,可能会导致MATLAB出错甚至崩溃。

1 year 前 | 0

已回答
How can I run python scripts that depend on imported libraries using matlab?
you don't need to import anything before calling pyrunfile. Once you have the get_command_voltage.py ready, this python file do...

1 year 前 | 1

已回答
卸载matlab2020b失败,找不到指定文件
这个算已知问题,经常出现在混合语言设置的Windows系统上。 粗暴的解决办法是直接把整个MATLAB\R2020b目录删了,然后去%PROGRAMDATA%\MATLAB\SupportPackages把R2020b目录也删了。删彻底的话(MATLAB...

4 years 前 | 2

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

8 years 前