Raldi - MATLAB Central
photo

Raldi


Technological Educational Institute of Athens

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 06/11 to 03/25Use left and right arrows to move selectionFrom 06/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

65 个提问
1 个回答

排名
4,668
of 297,775

声誉
10

贡献数
65 个提问
1 个回答

回答接受率
73.85%

收到投票数
9

排名
 of 20,469

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,513

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 4

查看徽章

Feeds

排序方式:

提问


Best way of drawing multiple circles and updating their position
What is the best way to draw a variable number of circles in a plot and update their position? I have tried F = rectang...

7 years 前 | 3 个回答 | 0

3

个回答

提问


Define an ellipse with a given angle and find if a point lies inside its boundaries
<</matlabcentral/answers/uploaded_files/116287/Screenshot%20from%202018-05-06%2015-58-52.png>> I have a number of points repr...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Update viscircles position in an interactive plot
I am creating a circle at a specified position using F = viscircles([Xposition Yposition], radious); Later on the code...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Plot a moving dot inside a quiver plot that is constantly being updated
I have the following code that will create a quiver plot (imagine a team of players in a football game) and I would like to upda...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Find neighboring nodes in a list of node positions
I have two vectors of X and Y positions x = randn(10,1); y = randn(10,1); So *x(1)* with *y(1)* together make the po...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to compute softmax and its gradient?
I am creating a simple two layer neural network where the activation function of the output layer will be softmax. I have thi...

8 years 前 | 0 个回答 | 1

0

个回答

提问


Get bits of number.
I have a _16 bit_ double I got from using *wavread* that I want to get the first _8 bits_ from. As an example lets say I hav...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Function similar to isnan for zeros
Is there a function that does what isnan does but with zeros?

10 years 前 | 1 个回答 | 0

1

个回答

提问


Create black columns/rows in image.
Hi everyone, I have an image and I want to only keep visible small patches of lets say 8x8 alternatively. So I start at th...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Find struct size in bytes.
Hi all, I have a struct element that contains some vectors and another struct that in it's turn contains some more data. What...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix indexing, getting back my original matrix.
Hi, I have a matrix mat= [ 1 2 3 4 5 6 7 8 9; ... 1 2 3 4 5 6 7 8 9; ... 1 2 3 4 5 6 7 8 9; ... ...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Correct way of using blockproc
I have a matrix, and a function similar to function val = name(matWin, a, b, c) What is the right way of calling _blockp...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Quickly create a vector of ones and zeros
My question is if there is a way to create a vector of zeros vec = 0 0 0 0 0 0 0 0 and specify a position lets s...

11 years 前 | 5 个回答 | 0

5

个回答

提问


Apply function to image window.
Hi all, After reading an image and converting it to gray I want to apply a simple function I created est = findest(seg...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Using a base bigger than 36
Hi everyone, Do you know how can I possibly transform a vector that could be _base2_ , _base7_ , but also bigger like _base1...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix with all possible value combinations
Hi everyone, I have a quick question. Lets say i want to form a matrix with all possible combinations of some acceptable valu...

11 years 前 | 1 个回答 | 2

1

个回答

提问


Import .csv that has the characters '-'
I have an .csv file as you can see below and was wondering how to import it into matlab. 'csvread' wont work from what I've tr...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Use abslolute colormap scale.
Hi everyone, I have a quick question. Lets assume that we have a two dimentional matrix and each of its values represents the t...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to use an absolute scale with colormaps
Hi everyone, I am using image to plot a matrix of some heat data, the thing is that i want a specific color mapped in a spec...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Stop a while loop using a GUI
Hey everyone, I need to stop a while loop using a 'Stop' button in a GUI and i was wondering what are the best ways of doing...

12 years 前 | 3 个回答 | 0

3

个回答

提问


Dynamicaly show size of imrect
Hi guys, I wanted to know is there a way to make imrect show its x and y length while the user is moving it inside the axes. ...

12 years 前 | 1 个回答 | 1

1

个回答

提问


Make button down function work for objects inside axes.
Hi, I have a quick question, I am using the "WindowButtonDownFcn" in order to get the location i clicked inside an axes object...

12 years 前 | 1 个回答 | 1

1

个回答

提问


Matlab GUI problem with multiple panels
Hello, I have created this big GUI(not using guide) that has 3 main panels, each one of them with different axes and buttons....

12 years 前 | 1 个回答 | 0

1

个回答

提问


Compute average of each value in a matrix without using for
Hi all, I was wondering is it possible to alter each value of a matrix based on the average value of its neighbors, wihtout u...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Use a nx2 matrix to indicate desired positions on another matrix
Hello everyone, I have a quick question, how can i use the matrix lets say pos = [1 2; 3 3]; as a guide to change the...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Update a text object's position used with a movable rectangle.
Quick question, Lets say i have created a rectangle using h(i) = imrect(gca, [1,1,4,4]); and then i add a text object ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to pass values into addNewPositionCallback
Hey guys, I am using the following line of code id(i) = addNewPositionCallback(h(i),@updateFun); but when i try to mo...

12 years 前 | 0 个回答 | 0

0

个回答

提问


How can i know what object created with imroi did i move
Lets say i create a bunch of rectangles usind the following way for i = 1:2 h(i) = imrect(gca, compdata(i,:)); ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Pass variables into set(frt,'WindowButtonDownFcn',@mousePos)
Quick question, how can i pass some other variables that i want in mousePos function mousePos(hObject,~) mPos=get(hObjec...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Store the objects you create and then pass them into another function
Hi everyone i have the following code, and what i want to do is somehow make it update each time the value of the component ...

12 years 前 | 0 个回答 | 0

0

个回答

加载更多