photo

Jahandar Jahanipour


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
3 个回答

排名
8,136
of 299,852

声誉
6

贡献数
7 个提问
3 个回答

回答接受率
42.86%

收到投票数
4

排名
 of 20,818

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,274

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


crop or save an overlaid image using transparency
I have created a figure of overlaid images using transparency from <https://www.mathworks.com/company/newsletters/articles/image...

8 years 前 | 0 个回答 | 1

0

个回答

已回答
set current axis to plot in several subplots
I found the answer, in case someone else needs to use: first, in the gui, we have to save the handles in the guidata (in case...

8 years 前 | 2

| 已接受

提问


set current axis to plot in several subplots
I have a figure with two subplots I have defined the subplots as: figure_handle = figure('Tag', 'main_figure'); right_h...

8 years 前 | 2 个回答 | 0

2

个回答

提问


extract part of a string from array of strings
I have a (10000*1) cell array (info) of file names stored like this: info{1} = '/data/input/1001_1094.png'; info{2} = '/...

8 years 前 | 1 个回答 | 1

1

个回答

已回答
linking brushing points in subplots
I found the answer and I thought that it might be useful for someone else. The idea is simple. Instead of having two Matrices A...

9 years 前 | 0

提问


linking brushing points in subplots
Assuming we have two different 2D vectors A and B with same number of samples. In each subplot we scatter each matrix. I want to...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
If I have two plots on the same figure window, how do I use the Brush tool to highlight one data point and have the corresponding data point on the other plot highlighted in MATLAB 7.11 (R2010b)?
If we have a matrix with 4 columns which we plotted first two columns with one figure and last two columns with another figure; ...

9 years 前 | 0

提问


Superimpose several images in one axes by enabling checkboxes in GUI
I have several grayscale images with the color map. I have written a GUI to plot a single image on the defined axes. Now I want...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Pass a value from callback function in GUI to an element of vector in Workspace !
Hi. I have written a GUI without GUIDE. it first reads an image and some point from the main script and I want it to assign a va...

9 years 前 | 0 个回答 | 0

0

个回答

提问


I want to put a slider in GUI to zoom into my image with certain center
Hi. I have written a GUI without using GUIDE. I have an image (in Image matrix) with 2 pushbuttons in it. I have several points...

9 years 前 | 1 个回答 | 0

1

个回答