
Rashid Hussein
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
107.794
of 297.457
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
54.55%
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
functions within the script
i wanted to call the same function several times but with different variables eachtime in the same script for example functio...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
shuftting graph plot matlab
theta= inv(A)* S; th=vec2mat(theta,19); figure mesh( th);
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Adding a frame of zeros to a matrix
I have a matrix 19x9 I want to add a frame of zeros so I will be 20x10 ?????
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot contour of matrix 9x1
I have a matrix 9*1 and I want to plot a 2d contour plot but it says it must 2x2 Anyone help
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
getting the peaks and subtracting the background to get the net peak area
i have 2 arrays , i want to plot them and getting the area then subtracting the background from the bottom of each peak to get t...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
printing columns next to each other
i have 4 arrays a=[1;2;3] b=[4;5;6] c=[7;8;9] d=[10;11;12] fileid=fopen('saving.txt','w'); fprintf(fileid,'%6s %12s ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
getting the area under the peaks
<</matlabcentral/answers/uploaded_files/95160/IMG_9036.JPG>> I have a graph that contain many peaks , but I want to get the s...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
loading a text file to GUI need help
iam trying to load a text file to gui to analyze the arrays in by using LOAD function but it keep showing error - is the loa...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
hi , iam trying to find the FWHM for every peaks i have found , if you can help me to find FWHM for every peaks in the following graph in the following code when you run it that would be great
clc; close all; close all; load instru.txt channels = instru(:,1); totcounts = instru(:,2); %plot(channels , totco...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Finding the peaks in figure
I have two matrices A = [ nx1] & B = [ nx1] When I plotted them it was fine in plot (A,B ) But when I tried to found...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
I have matrix A =[nx1] & B = [nx1] I want to combine them into C = [ nx2]
I tried to do plot ( A,B) But it showed me 2 lines in one plot Because I wanted to make A as x-axis & B as y axis in plot ...
más de 7 años hace | 2 respuestas | 0