照片

Zeynab Mousavikhamene


最后一次见面:약1달전|2019 이후 활성

统计数据

  • Thankful Level 5
  • First Review
  • 第一个答案

배지보기

内容提要

보기기준

질문


在不使用“返回”和“转到”的情况下调用MATLAB程序
Hi everyone I need to stop a program before it reaches to the end of the script but it is not allowed to use retun and go to. I...

약 1년 전 | 답변 수: 2 | 0

2

답변

질문


xlswrite替代品,写入特定列
I would like to write a matrix to specific columns and rows of excel. xlswrite has this option but for compatibility issues I wo...

약 1년 전 | 답변 수: 1 | 0

1

답변

질문


Delete specific columns of a table
我有一个巨大的桌子(超过30个Columsn),我想删除除我确定的列外的所有列。假设...

약 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to make a xlsx file to a comma delimited csv file?
I need to covert a xlsx file to a comma delimited csv file. writematrix is not a good option as its input is matrix and in my ca...

1년 이상 전 | 답변 수: 1 | 0

1

답변

질문


如何去除配色栏和热图黑色边界?
I need to remove colorabar and heatmap blck borders. Any idea?

1년 이상 전 | 답변 수: 2 | 0

2

답변

질문


错误的解释
I recieve this error but the code keeps running: Invalid or deleted object. Error in matlab.graphics.controls.internal.ToolT...

2년| |답변수: 1 | 0

1

답변

질문


How to determine the functions used in a long matlab script?
I am organizing a long matlab script and I need to seprate the functions that this script calss to transfer all to an other fold...

2년| |답변:2 |0

2

답변

질문


使用幼稚的贝叶斯分类器的多元多元分布的参数
由于具有分类功能,我将多元多元分布拟合到天真的贝叶斯分类器。我找不到...

2년| |답변수: 1 | 0

1

답변

질문


How to reorganize the data in table?
我有一个这样的大表格:(第一行是列名称“ e”和“ m”)我想知道有多少个“ blc”有“ m”,还有多少个” ...

2년| |답변수: 1 | 0

1

답변

질문


使用Ylim后,Yaxis变为周期性
这是Y轴,不使用Ylim:使用Ylim后的Yaxis([50 100])为什么看起来很奇怪?我怎样才能 ...

2년| |답변수: 1 | 0

1

답변

질문


How to change properties of several plots simultaneously?
我想一次设置几个图的属性,而不是单独设置它们。图(1)图(x,y,' - gs',''linewi ...

2년| |답변수: 1 | 0

1

답변

질문


Why matlab scatter plot edges looks strange/old fashined?
I am intersted to make a plot similor to: Here is what matlab plots: I changed the edge width and it became worse: I t...

2년| |답변:0 |0

0

답변

질문


是否可以跟踪MATLAB中脚本的更改?
我一周前正在编辑代码。一周后,我想包括在内。我不记得我做出了什么变化和什么...

2년| |답변수: 1 | 0

1

답변

질문


How to change color bar limits in imagesc?
对于Heatmap,ThisC命令将起作用:“ Colorlimits”,[50 100],但对ImagsC不起作用。

2년| |답변수: 1 | 0

1

답변

질문


How to show original values in the heatmap and in the colorbar while log(data) is used to make heatmap?
这是热图代码:heatmap(x,y,log(ave_array));我希望在Heatmap子空间上显示的值不在日志尺度上,并且...

2년| |답변수: 1 | 0

1

답변

질문


如何使结构成为函数的输入,然后将其更新的版本作为输出?
I want to make a structure to be input of a function and then do some analysis and add some fields to the structure and return t...

2년| |답변:2 |0

2

답변

질문


How to make multiple strings arrays of repeating word and number?
我需要一个数组,是这样的:[“var1”,"var2","var3",...,"var18"] the size of the array may change (larger or sma...

2년| |답변수: 1 | 0

1

답변

질문


如何合并两个阵列/重新排列两个桌子
假设我有拖阵阵列,两者都是水平的,大小相同,例如:a = [1,2,3,4,5];b = [11,22,33,44,55];我想合并...

2년| |답변수: 1 | 0

1

답변

질문


Matlab vs python for CNN
I have not done CNN before and was wodering about CNN in python vs matlab. A comparison between strenght and weaknesses between ...

약22 |답변수: 1 | 0

1

답변

질문


如何通过在交叉验证中对折叠数据的交叉验证获得ROC曲线?
I am using fitcsvm and need to obtain ROC curve for the fold that is not used in training. Here is the code: classificationSVM...

약22 |답변수: 1 | 0

1

답변

질문


Why perfcurve does not return a consistent result?
当我像这样运行perfcurve函数时:[x,y,t,auc] = perfcurve(标签,分数,posclass)x,y和...的长度有时

약22 |답변:0 |0

0

답변

질문


Why posterior probability of support vector machine classifier uses the prediction function of KNN ?
在此链接中,解释了SVM模型的拟合较高的位置,在firts示例中:scoresvmmodel = fitPosterior(svmmodel)然后...

약22 |답변:0 |0

0

답변

질문


编辑多功能图
这是Multoppare的生产图:我想更改每个图的颜色,以便我对E ...具有特定的颜色...

약22 |답변:0 |1

0

답변

질문


如何将STD添加到热图单元中?
我需要在热图中添加STD,以便在下面的热图中显示68.64,而是显示68.64 Plus或Minus STD。

약22 |답변:0 |0

0

답변

질문


MATLAB可以将结构保存到Excel文件中,以便将每个字段保存到一个Excel表中吗?
Lets assume I have structure "struct" with fields: A, B, C and each field is a matlab table. I want to save this structure in on...

약22 |답변수: 1 | 0

1

답변

질문


SVM对不平衡观察敏感吗?一个类别中的观察结果是另一类观察到二进制分类的3-4次
我的第一个问题是SVM对不平衡数据点的敏感性。多少SVM对此敏感?并且是否有任何功能...

약22 |답변수: 1 | 0

1

답변

질문


Does setting "prior" in the classification play a role in the classification algorithm or it just modifies observations in the prior classification step?
基于此处的“算法”部分中的说明:似乎先前的概率仅用于删除数据点...

약22 |답변수: 1 | 0

1

답변

질문


if conditional 2 out of 3
我有三组的数字,可以是0或1。就像A,B和C一样

약22 |답변수: 1 | 0

1

답변

질문


Matlab 3 variable function plot
方程为:f(x1,x2,x3)= bt1.x1+bt2.x2+bt3.x3+b1 bt1至bt3和b1都是常数。我想在3D中绘制它。我Trie ...

약22 |답변:2 |0

2

답변

질문


如何使fsurf成为没有阴影的纯色表面?并使表面偏僻。
I am using fsurf to plot a surface. I wana make the whole surface a solid color and want to make the surface transparent. How ca...

약22 |답변수: 1 | 0

1

답변

더로드