TARIK YAMAN
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
128.438
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 2 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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))...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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)...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaTrying 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...
casi 6 años hace | 0
Pregunta
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...
casi 6 años hace | 1 respuesta | 0