由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - Matlab question
相关主题
How is the "Mathematical Analysis" by Tian- Quan Chen什么样的软件可以用来fitting一个多项式?谢谢!
where can I download Matlab 6.5 for free请教一个简单的matlab画图的问题
[转载] 急急急,Matlab解超越方程并画图高手帮个忙吧,关于Matlab的,谢谢!
[转载] matlab的字符串处理功能强吗?MatLab符号运算中如何表示连乘prod
急问:matlab怎么跳过几行不执行呀??谁有MATLAB的最新版本阿? (转载)
[转载] Help on a mathematics problem!matlab 的问题在这里问么?
matlab求救!我问关于matlab 画图
matlab求教:怎样定义n个symbolic变量呀?运行一个Matlab 的routine
相关话题的讨论汇总
话题: quan话题: matlab话题: group1话题: cell话题: vol
进入Mathematics版参与讨论
1 (共1页)
R***U
发帖数: 1860
1
I have a cell array that contain strings in matlab.
[Quan, Vol] = textread('test.bat', '%s %d',-1,'delimiter',',');
How can I change the value in one cell??
I try yo use
Quan(i)='Group1';
It doesn't work?
Thanks,
g********i
发帖数: 207
2
you should use { } but not (). try this:
Quan{i} = 'Group1'
1 (共1页)
进入Mathematics版参与讨论
相关主题
运行一个Matlab 的routine急问:matlab怎么跳过几行不执行呀??
有没有人会用Matlab 积分?[转载] Help on a mathematics problem!
问有没有这样的matlab现成代码matlab求救!
问题matlab求教:怎样定义n个symbolic变量呀?
How is the "Mathematical Analysis" by Tian- Quan Chen什么样的软件可以用来fitting一个多项式?谢谢!
where can I download Matlab 6.5 for free请教一个简单的matlab画图的问题
[转载] 急急急,Matlab解超越方程并画图高手帮个忙吧,关于Matlab的,谢谢!
[转载] matlab的字符串处理功能强吗?MatLab符号运算中如何表示连乘prod
相关话题的讨论汇总
话题: quan话题: matlab话题: group1话题: cell话题: vol