
ercan duzgun
Uludag University
Uludag University
Statistics
RANK
4.561
of 257.641
REPUTATION
8
CONTRIBUTIONS
22 Questions
2 Answers
ANSWER ACCEPTANCE
59.09%
VOTES RECEIVED
2
RANK
13.968 of 17.752
REPUTATION
10
AVERAGE RATING
0.00
CONTRIBUTIONS
5 Files
DOWNLOADS
21
ALL TIME DOWNLOADS
111
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
How can I change axis font size only in a figure?
I would like to change only the axis font size in a figure. How can I do this? My code is: clear clc close all x=linspace(0...
3 Monate ago | 1 answer | 0
1
answerQuestion
Find Coefficient of a Trigonometric Function
I would like to find the coeffienct of the trigonometric function by separated terms. How can I do that? My codes are : clear...
4 Monate ago | 1 answer | 0
1
answerQuestion
Algorithm for a Loop in a Table
Dear Matlab users, I am trying to write a program with a loop. Assume that for each of the element of L, there are two solution...
9 Monate ago | 2 answers | 0
2
answersSubmitted
plot_one_unit_vector_j
This function plots a unit vector, texts its name as j_{a number}
10 Monate ago | 0 downloads |

Submitted
plot_one_unit_vector_k
This function plots a unit vector, texts its name as k_{a number}
10 Monate ago | 0 downloads |

Submitted
plot_one_unit_vector_i
This function plots a unit vector, texts its name as i_{a number}
10 Monate ago | 1 download |

Submitted
plot_coordinate_system
This function plots a 3D coordinate system, and labels their axis.
10 Monate ago | 2 downloads |

Question
How to write a Table into an Excel File?
Dear Matlab users; I am trying to write a table with its captions to an Excel file. I have checked the Matlab website here : ht...
etwa ein Jahr ago | 1 answer | 0
1
answerQuestion
How to Implement equationsToMatrix command
From the paper of "Direct Displacement Analysis of a Stewart Platform Mechanism (Der-Ming Ku, 1997)", I am trying to check the e...
etwa ein Jahr ago | 1 answer | 0
1
answerQuestion
Supress Warning in a Loop
I have a matrix table. For each row in the table, I am using Newton-Raphson iteration. And for some variables of the table, the ...
etwa ein Jahr ago | 1 answer | 0
1
answerQuestion
How to Compare a Table within some Tolerance Values?
Dear Matlab community, I would like to ask how can I compare some values in a table within some percentage fault tolerance? For...
etwa ein Jahr ago | 2 answers | 0
2
answersSubmitted
Solving Systems of Nonlinear Equations using Newton-Raphson
Solving Systems of Nonlinear Equations using Newton-Raphson
mehr als ein Jahr ago | 18 downloads |
Question
Using Variable in Legend in for loop
I want to use variable in legend in a scatter plot. I found similar questions about variable in legend. However, they are not in...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
How to write a for loop code with an undetermined value
I am stuck while writing this code. Could you give any advise? The matrix N might consist of 16 different values at maximum(0-16...
mehr als ein Jahr ago | 2 answers | 0
2
answersQuestion
How to Erase a Row in a Matrix, if It has Complex Numbers?
I have a table in matrix form (n row,10 column). The n row might changed according to previous codes, it is not constant. I wo...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
How to Plot Grid on a Scatter Plot?
I want to add grids on that plot below. The grids should joints the points . Like similar to the mesh command.( https://www.ma...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
How to Put Dots on Sphere Mesh Node Points?
I found those codes for drawing a sphere. I can get the x,y,z coordinates. I would like to use those x,y,z coordinates. But I ...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
How to Find the Rotation Matrix?
What is the possible solutions for an $3x3$ size orthogonal matrix with the known parameters of the first two columns which make...
mehr als ein Jahr ago | 2 answers | 0
2
answersQuestion
How to Solve a System of Linear Equations?
Hello dear MATLAB community. I am having difficulty while solving a system of linear equations. My MATLAB code is below. Could y...
mehr als ein Jahr ago | 0 answers | 0
0
answersSolved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
mehr als ein Jahr ago
Question
How to find Rotation Matrix for a Given Position?
The position of any point in space can be calculated via rotation+displacement. But how can we calculte if the position is known...
mehr als ein Jahr ago | 0 answers | 0
0
answersDraw shapes not in a graph
I think you can specify any points of the figure, and set the points as "white" color to let it invisible. And draw the shapes a...
mehr als ein Jahr ago | 0
Question
How To Find the Euler Angles(Roll,Pitch,Yaw) of a Plane in 3D?
I am not sure if there is a way to find it. But I just wanted to ask it. Is there a way to find the Euler Angles (Roll, Pitch, Y...
mehr als ein Jahr ago | 1 answer | 0
1
answerHow do I remove any Column in a matrix
Dear Cutie, Your MATLAB function already works fine. However, Matt J's solution is simpler. I checked your MATLAB function...
mehr als ein Jahr ago | 2
Question
How to Use "Ask a Question" Section Correctly?
This section of "Ask a Question" has a different view now with MATLAB Live Editor. And the tab for formatting has been disappear...
mehr als ein Jahr ago | 4 answers | 0
4
answersQuestion
Question About Number Format in MATLAB Command Window
% I would like to display a number as a short format. I already executed this command: format short % However it doesn't wor...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
How to change a Function by a Variable
How can I change a MATLAB function with a variable? (They are symbolic equations.) Assume that I have an equation of "A*sin(phi...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
Show intersection of two spheres
How can I show the intersections of two spheres on MATLAB plot? My code is this: close all;clear all;clc; pA1=[-2.9,-0.9,0]...
mehr als ein Jahr ago | 0 answers | 0
0
answersQuestion
Transparent Sphere on a Polygon Plot
I want to create a transparent sphere. First I plot a polygon, then I plot a transparent sphere (according to this: https://www....
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
How to find the Elements of a Coefficient Matrix?
How to find the matrix coefficients of an equation? For example think that we have an equation of "E=A+Ax^2+Bx+Cx+Cx^2+Ay+Ay^2+B...
mehr als ein Jahr ago | 2 answers | 0