질문


Question about impositionrect value updates
The code below prints each time the position of the rectangle, but how can i also store that position in a variable? close ...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Acquiring imrect updated values help
Hi all i was playing with some functions like imrect and impositionrect and i wanted to ask if it is possible in the exapmle ...

거의 12년 전 | 답변 수: 0 | 1

0

답변

질문


Move a 2D object and track its position through a gui
Hey everyone, i was wondering, is there a way to move a 2D object and track its new position after you have plotted them using y...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


Using text function in a for loop
Hi, what i want to ask is how can i use the text function inside a loop and make it print the number of iterations? like thi...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Stop axes from changing
Hi, i am using the patch tool to create a number of polygons in a plot with a predifined size. Everytime i add a rectangle thoug...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


extract numbers from a char type input
Hi everyone, my question is about how can i seperate the two numbers given by the user in the form "number1,number2" that are st...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Matlab graphical objects (Patch)
Hi everyone, i need a bit help regarding the following situation. I am trying to write a small program that will be able to get ...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Problem writing data to excel.
Hi everyone, i am using this code to write a 21x12 cell into excel function exportexf(dat) namedate1=datestr(now, 1); named...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


Question About bar plot
hello everyone, I wanted to ask if it is possible in a bar plot of lets say 200 items to make one bar red and keep all the other...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


Export to .txt file
Hi everyone. I was trying to create a txt file so i can strore some inputs in there. I have a problem though. I save alot of st...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Simulink scope autoscale
Hi everyone, i was wondering if there is a way for a scope i use in a simulink model to automaticaly autoscale. Maybe from addin...

12년 초과 전 | 답변 수: 6 | 0

6

답변

질문


Colormaps
Hi everyone, i wasnted to know how can i use imshow to print a matrix "X" using diferent colormaps. X is a [256x512x3] matrix wi...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Simulink and workspace interaction
Hello everyone, i wanted to ask something regarding simulink and workspace interaction. Lets say i have a simple simulink model,...

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Fuzzy logic
Hey all, i wanted to ask if there is a way to load a .fis struct into simulink automaticaly. Maby through an s-function or somet...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


"exist" command usage question
Hello everyone. I wanted to know if it is possible to use a the "exist" command to check if a directory exists, nomater the user...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Simulink and GUI Interaction
Hi everyone, here is the case, i have a simulink model, lets say a PID controller that corrects the water level on a tank. What ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Add data point to graph
Hi everyone, I wanted to create an application where the user can click in a plot and add his own points, lets say blue and red ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Change button color and text after it is clicked
Hi all, i was wondering if there is a way to change the color and text of a button created with "guide". For example if it is cl...

12년 초과 전 | 답변 수: 3 | 1

3

답변

질문


Check if matrix has two identical rows
Hi everyone, I wanted to check if a matrix has two identical rows. But i cant create a code that can do that. I was wondering ...

12년 초과 전 | 답변 수: 2 | 1

2

답변

질문


Simulink bit operations
Hi all, I wanted to ask if from a number of bits that are represented with 1 and 0 is possible to invert the ones to -1 each l...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Line codes using simulink
Hello everyone I want to create a simulink model that will emulate the ami nrz line code. Can anyone help on how to start??? I ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Gui parts lost
Hey guys, I had created two guis and they where running fine until i tryed to run them on a netbook. Then in one of them the wi...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


creating an image using a matrix
lets say we have a 50x50 matrix. All of its values are zero. I wanted to create a way to add ones only to those places of the ma...

12년 초과 전 | 답변 수: 4 | 1

4

답변

질문


Group string based on charachter
Hi all If i have a string lets say a='1/23s' is there a way to take 1 and 23s seperately on some other variables so i can then ...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Ploting analog input in real time
Hey evereyone I have the following code input=analoginput('winsound'); set (input, 'SampleRate', 8000); set (input, 'Sampl...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


tf object manipulation
Is there a way to print tf object in a gui?

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Interactive plot
Hi everyone I was wondering, lets say we have a gui that at some point will generate a plot. Is there a way to somehow add the ...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Load .mat file from GUI
How can i load a .mat file from a gui and store its contents (3 rows of numbers) into a matrix?

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Questions about Matlab programming
Hi everyone I have some questions about a matlab .m file i recently downloaded. it starts like classdef name < handle pro...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


regexp qwestion
Hi everyone i have an exprecion of the type numstrscheck = regexp(TheString, '-?\d+\.?\d*', 'match'); is there a way tha...

12년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기