Estadística
8 Preguntas
2 Respuestas
CLASIFICACIÓN
263.136
of 297.457
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.438
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 158.938
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
Huber function matlab plotting with two intervals
Hello, I was trying to write this simple matlab function: rho(eps)=0.5*eps^2 for eps<=k rho(eps)=k*eps-0.5*k^2 for e...
más de 7 años hace | 4 respuestas | 0
4
respuestasPregunta
how to threshold a thresholded image?
Hello, I want to ask how to threshold an image at value t1, and then threshold the result at value t2..and how it will appea...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
number of arithmetic operations
Hello, I don't know how to calculate the number of arithmetic operations for some case I tried the command flops(0) but i had an...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
plot discrete values for many conditions
Hello, I want to plot discrete values "wopt" as a function of lambda( or better log10(lambda)) and for various L=20,30,..10...
casi 10 años hace | 0 respuestas | 0
0
respuestasHuber function matlab plotting with two intervals
so the final matlab will be clear all;close all;clc; k=1.345; eps=zeros(6001); f1=zeros(6001); f2=zeros(6001); for i=...
casi 10 años hace | 0
Huber function matlab plotting with two intervals
Is there a way to plot the derivation of this function directly by matlab or we need to do it by hand then apply the result?
casi 10 años hace | 0
Pregunta
ploting 4 graphs for various constant values
Hello, i want to write code for function x=a*exp(b), where b=0:2*pi, 'a' is positive value entered by user. This should be four ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
The greatest common divisor
Hello, I just created function for greatest common divisor of two numbers. I want now to do the same for a whole matrix, tha...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
The greatest common divisor
Hello, -I have this matlab code: function [nsd]=NaivniNSD(a,b) if a>b a=a-b; else b=b-...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
error in writing an equation
Hello, I was writing this equation in matlab: y=(3sin(x)cos(x))/(sin3(x)+cos3(x)) % of course 3 means power) so i ...
más de 10 años hace | 1 respuesta | 0