Seyhan Emre Gorucu
Pennsylvania State University
Followers: 0 Following: 0
Feeds
질문
Search a text in dat file
Hello, I have many dat files. I do not want to put my matlab code at the same place as the directory that contains the .dat ...
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
Errors with 32 bit.
Hello, I have MATLAB's student editin which is 32 bit. I wanted to do linear interpolation by interp1(x,y,xq). My x is a mono...
대략 11년 전 | 답변 수: 2 | 0
2
답변답변 있음
Plotting 3D graph of x,y,z with several variables
google scatter3. It might help.
Plotting 3D graph of x,y,z with several variables
google scatter3. It might help.
11년 초과 전 | 0
질문
How to upload a csv excel file with full of real values
Hello I am able to do csvread('results.csv') which reads the values from the corresponding file. It works well with integers. Ho...
11년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Hot to change the settings of multiple gui components at the same time
Thank you guys for the answers.
Hot to change the settings of multiple gui components at the same time
Thank you guys for the answers.
12년 초과 전 | 0
질문
Hot to change the settings of multiple gui components at the same time
Hello, I have a programmatically written gui. Their units are in pixels. After writing everything in pixels, I wanted to set ...
12년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
Can someone help me change the properties of this subplot?
A hint for you: Change the properties you want graphically. Then, go to file->generate code. This way, you can have the code to ...
Can someone help me change the properties of this subplot?
A hint for you: Change the properties you want graphically. Then, go to file->generate code. This way, you can have the code to ...
12년 초과 전 | 0
답변 있음
for- loop code embedded in MATLAB Function Block shows and out of bounds error....
You abd and TMP variables have a size. Let's say that both are 2500*2500. If i=2500, then it is possible that MATLAB will look f...
for- loop code embedded in MATLAB Function Block shows and out of bounds error....
You abd and TMP variables have a size. Let's say that both are 2500*2500. If i=2500, then it is possible that MATLAB will look f...
12년 초과 전 | 1
답변 있음
Mesh plot in GUI works, but in separate figure won't plot
Hm. I have a GUI open and when I run my code I get a nice plot at another figure. I can't see why it doesn't work for you. I hop...
Mesh plot in GUI works, but in separate figure won't plot
Hm. I have a GUI open and when I run my code I get a nice plot at another figure. I can't see why it doesn't work for you. I hop...
12년 초과 전 | 0
답변 있음
Mesh plot in GUI works, but in separate figure won't plot
a=figure; axes1 = axes('Color',[1 1 1]); [X,Y] = meshgrid(-8:.5:8); R = sqrt(X.^2 + Y.^2) + eps; Z = sin(R)./R; ...
Mesh plot in GUI works, but in separate figure won't plot
a=figure; axes1 = axes('Color',[1 1 1]); [X,Y] = meshgrid(-8:.5:8); R = sqrt(X.^2 + Y.^2) + eps; Z = sin(R)./R; ...
12년 초과 전 | 0
답변 있음
GUI Uitable: set column data to variable
Hello, You need to assign a CellEditCallback function to the table. You can do it both programmatically and from the guide. O...
GUI Uitable: set column data to variable
Hello, You need to assign a CellEditCallback function to the table. You can do it both programmatically and from the guide. O...
12년 초과 전 | 0
답변 있음
Question about preserving variables into GUI
It might be more helpful if you write a simple example.
Question about preserving variables into GUI
It might be more helpful if you write a simple example.
12년 초과 전 | 0
질문
how to save a file into another folder by using uiputfile
Hello, I have a matlab based programmatic gui. The user clicks on the save pushbutton. the pushbutton calls a callback functi...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to paste into multiple cells of a table in a GUI
Hello, I have an editable table which is built on a programmatic gui. I can paste the values 1 by 1. However, I cannot paste ...
12년 초과 전 | 답변 수: 1 | 1
1
답변답변 있음
How to Plot a matrix?
I didn't understand your question exactly but scatter might be solution for you. You need a x vector y vector and a matrix. Goog...
How to Plot a matrix?
I didn't understand your question exactly but scatter might be solution for you. You need a x vector y vector and a matrix. Goog...
12년 초과 전 | 0
질문
how to put different colors for different bars for barh function.
Hello, I have a bar plot that shows the value for each fluid type but I want the bar to be green if the value of the bar is l...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
putting the data inside the correct x values in hist plot
Hello, I use hist plot. Let's say that my data is y=[3,5] and I want to make a histogram between x=1:6. I do the following. ...
12년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Dividing programmatic GUI into functions.
Hello thanks a lot for the reply again. I wasn't able to reach my computer during the weekend. My problem is that my functions a...
Dividing programmatic GUI into functions.
Hello thanks a lot for the reply again. I wasn't able to reach my computer during the weekend. My problem is that my functions a...
12년 초과 전 | 0
질문
Dividing programmatic GUI into functions.
Hello, I am writing a GUI programmatically. As the number of lines reached 3000 I decided to divide the code into separate pa...
12년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to put strings on the x axes
Hello, I want to plot types of methods vs their corresponding numbers. That is, X axes will be string and Y axes will be numb...
12년 초과 전 | 답변 수: 2 | 2
2
답변답변 있음
Reference to non-existent field
The reason I am asking is my real code is much more complicated and I would like to be flexible. Thank you, Emre
Reference to non-existent field
The reason I am asking is my real code is much more complicated and I would like to be flexible. Thank you, Emre
12년 초과 전 | 0
질문
Reference to non-existent field
In MATLAB GUI, I create an editable text programmatically. Callback function of a pushbutton -created in guide- is supposed to ...
12년 초과 전 | 답변 수: 5 | 1