Community Profile

photo

Wiqas Ahmad


Last seen: 1 day ago|Active since 2019

Statistics

  • 感恩3级

查看徽章

Content Feed

查看

Question


How to plot a function on a 3D sphere?
I want to plot the following function on a sphere to obtain these figures: My coded program is: clear all; close all; clc;...

30 days ago | 0 answers | 0

0

answers

Question


How to put the grid lines at the back of my figure?
我想将网格线放在我的情节后面,我搜索了以前的回答问题,但我无法做到。

1 month ago | 0 answers | 0

0

answers

Question


How can I add uncertainty to a data matrix?
I obtained a signal data by running a simulation with input parameters. Some of these inputs are h,a,r,fov as shown in the follo...

3 months ago | 1 answer | 0

1

answer

Question


How can I change the title of the subplots with forloop iteration?
I have 24 subplots as shown below. I want to give the title name (CB1000(m)) to the first 6 subplots in a row and then the next ...

3 months ago | 1 answer | 0

1

answer

Question


如何在两次绘制的循环中找到最小的3D函数?
我有24个子图的3D函数(COSTF)在切片上使用两个FORLOOPS,H和FOV绘制,AS:该程序为:图COU ...

4个月前|1答案|0

1

answer

Question


为什么我只在工作区中看到我的行矢量的最后值?
我的程序中有以下行向量:运行程序时,我只在工作区中看到这些r ...的最后一个值...

4个月前|1答案|0

1

answer

Question


How to plot cubic imagesc figure?
If I have four matrices, Height,a,CER and signal intensity, how can I plot them to get the following figure? The three variable...

4个月前|1答案|0

1

answer

Question


How to plot contour on imagesc for three variables?
I want to obtain the folllowing figure using the program mentioned below. The three variable red encircled can be placed as x,y,...

4个月前|1答案|0

1

answer

Question


Why the title tab from the editor is missing?
The title tab from my editor is missing as red encircled in the first (normal) image. The second image (below) shows my edit...

4个月前|3 answers | 0

3

answers

Question


how to plot a function on a 3D sphere?
N0 = 100;r_med = [0.445 0.889 1.445 2];sigma_g = 7;n_ang = 91;theta =(0:1:360)/180*pi;phi =(0:1:360)/180*pi;[x,y] = meshgrid ...

7 months ago | 1 answer | 0

1

answer

Question


How to plot a 3D function?
我正在尝试解决这个问题的过去一年,但无法解决。如果有人可以帮助我,请。我粗略地编码了一个序言...

7 months ago | 0 answers | 0

0

answers

Question


How to draw a sidebar in polar plotting?
我如何用极地图绘制侧边栏(红色包围),如图所示。我的程序和数字如下:CLC;C...

7 months ago | 1 answer | 0

1

answer

Question


如何在eval函数中编写语法?
Is it possible to write the following syntax in eval function? If yes, please write it down I_para(i,:)=(((((sqrt(P12(i,indx)./...

8 months ago | 0 answers | 0

0

answers

Question


调整图形布局之外的传奇位置
我想将传说放置在人物中心的外部。我尝试了Northoutside,Northeastoutside和Posiito ...

9 months ago | 1 answer | 0

1

answer

Question


Why I cannot get accurate curves using for loops?
关闭所有;清除全部;CLC;%% - - - - - - - - - - - - - - - 程序 - - - - - - - - --------------------- z=2100:7.5:2242.5...

11 months ago | 1 answer | 0

1

answer

Question


How can I run two loops at a time?
对于i = 1:长度(reff)for j = 1:长度(ec)iLp = getSignal([num2str(ec(j)),'\','\','1100','\',num2str(reff(i)),'um \ out_results ...

11 months ago | 2 answers | 0

2

answers

Question


如何在不更改高度的情况下更改TileDlayout中瓷砖的宽度?
我想减小每个瓷砖的宽度,使其看起来像一个垂直矩形,而不是正方形,垂直轴长...

1 year ago | 2 answers | 0

2

answers

Question


How to adjust the position of a text on a plot?
我想调整文本S0 =(1,1,0,0)的文本,并将每个文本放入子图中的A,B和C的前面。我也想重新...

1 year ago | 1 answer | 0

1

answer

Question


How to write a character sequence for parallel symbol?
We use \perp to insert a perpendicular symbol "⊥" but I haven't found a charater sequence for the symbol parallel. How can we wr...

1 year ago | 3 answers | 0

3

answers

Question


如何在球体上绘制3D函数?
I want to plot the following function on a sphere to obtain the figures below. The function is P11 and P12 are two row vecto...

1 year ago | 1 answer | 0

1

answer

Question


How to plot a function in spherical coordinates?
我想在球形上绘制与alpha = 0-pi的corlatig cormentig函数,然后beta = 0-2*pi。P11和P12是M ...

1 year ago | 1 answer | 0

1

answer

Question


为什么我的绘图曲线超过循环索引?
为什么我在循环索引J运行两次时看到三个绘图曲线?关闭所有;清除全部;CLC;%% -------------------------------------...

1 year ago | 2 answers | 0

2

answers

Question


如何在绘图时申请循环索引?
I have plotted three figures (as shown) with the following program using two for loops, each having two curves blue and red defi...

1 year ago | 1 answer | 0

1

answer

Question


如何更改绘制线的颜色以进行循环?
关闭所有;清除全部;CLC;%% - - - - - - - - - - - - - - - 程序 - - - - - - - - --------------------- z=2860:11:3135;fo ...

1 year ago | 1 answer | 0

1

answer

Question


Why the for-loop doesn't work here?
关闭所有;清除全部;CLC;%% - - - - - - - - - - - - - - - 程序 - - - - - - - - --------------------- z=2860:11:3135;fo ...

1 year ago | 1 answer | 0

1

answer

Question


How can I put arrow heads on the plotted lines?
I want to put arrow heads on the blue lines u,v and w so that they represent as vectors. clear all; close all; clc; %% x=li...

1 year ago | 1 answer | 0

1

answer

Question


What is the alternate to eval function in a forloop?
EC = [0.0052 0.0104 0.0156 0.0234];reff = [4 8 12 16 20]对于i = 1:长度(fov)f(i)=图(i);坚持j = 1:...

1 year ago | 1 answer | 0

1

answer

Question


How to calculate standard deviation in double for loop?
j = 1:长度为k = 1 (EC):长度(雷夫)eval(['depri',num2str(j),num2str(k),'=','(depi',num2str(1),num2str(j),...

1 year ago | 1 answer | 0

1

answer

Question


如何在传说中显示多行?
The legend shows only one value of EC which is the last one as shown in fig, however my EC has 10 values and I'd lke to display ...

1 year ago | 1 answer | 0

1

answer

Question


How to induce loop index in the X-label also with changing label name at each iteration?
我有两个程序保存在单独的文件中,例如A1.M和A2.M,每个程序都有以下结构。var ...

1 year ago | 1 answer | 0

1

answer

Load more