由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - Re: question of MATLAB
相关主题
对大家讨论的感想:)Labview高手请帮忙GPIB的一个问题?
A matlab question!Discrete Costas loop 的实现
how to plot z=1+0.25j on matlab?关于matlab中的rayleighchan函数的问题
A matlab problem请教Synopsis DC高手
Re: a question about Matlab speed救个急,谁帮我跑跑这个电路
matlab help新生求助:美国大学的教材比国内厚这么多啊?大家怎么能毕业的啊?
问一个噪声单位的问题问一个矩阵问题
求帮忙下载paperconstant gm bias ckt question
相关话题的讨论汇总
话题: matlab话题: using话题: question话题: code话题: step
进入EE版参与讨论
1 (共1页)
h****m
发帖数: 60
1
My suggestions:
1. first use command "profile" to analyize which part of the
matlab
code takes the longest time to execute. This step is often
useful, even
though you are going to do step 2.
2. Then optimize that part code by using the C language to
make a
mex function. You can use matlab helpdesk to know more about
it.
Usually this method will improve the speed, faster than
simply
using "mcc -ri" to complie the matlab scripts, if your code
is already
vectorized (Using vectors instead of loops i
1 (共1页)
进入EE版参与讨论
相关主题
constant gm bias ckt questionRe: a question about Matlab speed
Mixed Signal IC Design engineer position (industry experience required)matlab help
Delta-Sigma ADC 问题求教问一个噪声单位的问题
qualcomm面试求助求帮忙下载paper
对大家讨论的感想:)Labview高手请帮忙GPIB的一个问题?
A matlab question!Discrete Costas loop 的实现
how to plot z=1+0.25j on matlab?关于matlab中的rayleighchan函数的问题
A matlab problem请教Synopsis DC高手
相关话题的讨论汇总
话题: matlab话题: using话题: question话题: code话题: step