Community Profile

photo

TARIK YAMAN


Last seen: 2 Monate vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als ein Jahr vor | 3 Antworten | 0

3

Antworten

Frage


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...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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))...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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)...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Trying 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...

mehr als 5 Jahre vor | 0

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort