Estadística
0 Preguntas
                        7 Respuestas
0 Problemas
                        1 Solución
CLASIFICACIÓN
6.786
                          
                          
of 300.392
                        
REPUTACIÓN
6
                           
                        
CONTRIBUCIONES
                          0 Preguntas
                          7 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            0.00%
                        
VOTOS RECIBIDOS
1
CLASIFICACIÓN
 of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
97.010
of 168.335
CONTRIBUCIONES
                            0 Problemas
                            1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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:...
más de 5 años hace
how to write this equation ?
T = linspace (100, 1, 10); mu = @(t) 0.001 .* (0.2414 * 10.^(247.8./((t - 273) + 68.12963))); mu(T) <</matlabcentral/...
más de 7 años hace | 1
How to plot a function with complex variables?
https://www.mathworks.com/help/matlab/creating_plots/plot-imaginary-and-complex-data.html
más de 7 años hace | 0
How can I display the second derive of a vector ,?
You can first import it into MATLAB as an array using textread. data = textread('essai_Al_but05_fixe_100Ohm.txt'); Then ...
más de 7 años hace | 0
How to set custom origin point?
I was trying to do this the other day. I could not find anything, so I just manually shifted all of my data points. Let's say ...
más de 7 años hace | 0
How can I extract and highlight the white portion of an image?
You can try this link: https://www.mathworks.com/discovery/edge-detection.html and this video: https://www.mathworks.com/vi...
más de 7 años hace | 0
How can I transform a coordinates data into another 3-D space?
If you know angles through which they were rotated, you could try using rotation matrices. https://www.mathworks.com/help/pha...
más de 7 años hace | 0
Row wise indexing of 3d array
You could try: [I,J,K] = ind2sub(size(array), find(array(:,:,:) < 0)); ind = find(J == 3); I = I(ind); J =...
más de 7 años hace | 0
 
        

