TARIK YAMAN
Followers: 0 Following: 0
Statistics
RANK
128.429
of 295.467
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to run a workbench journal file on already existing wbpj via Matlab ?
Hi. I have work on optimization work. I am adjusting new input value according to output of before design points. I have a a...
ongeveer 2 jaar ago | 3 answers | 0
3
answersQuestion
How can i get value from field that created by uideditfiled command ?
Hi. I m new matlab app designer app. I create a numeric field and i ask input from user then i created automatically numeric fie...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
How to solve this equations for alfa and beta ?
clc; clear; syms r alfa beta x0 y0 z0 x1 y1 z1 dist(alfa,beta) = norm(([x0 - r*(sin(alfa))*(cos(beta)),y0 - r*(sin(alfa))...
ongeveer 4 jaar ago | 0 answers | 0
0
answersQuestion
I do not know which code I must use
I have a equation. For example f(x) = x^2 - 9*x + 10 . I want these following equations (f(x) = 0): x = (9*x - 10)^(1/2)...
meer dan 4 jaar ago | 0 answers | 0
0
answersQuestion
How to get text file from char
hi, i have a problem.ı want get text form char matrix, fprintf doesnt work, how to get text file form matrix "T". clc; clear...
ongeveer 5 jaar ago | 1 answer | 0
1
answerTrying to create a GPA calculator?
Hi, Seong. You can improve and use the script. clc; clear; clear all; fid = fopen('my_transcript.txt','wt'); a = input('e...
bijna 6 jaar ago | 0
Question
Why is my matrix deformed?
edit : ı added code ı wrote. %%%%%Code%%%% clc; clear; clear all; a = [0:0.1:360]; b = a.*pi/180; c = sind...
bijna 6 jaar ago | 1 answer | 0