![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4284393.jpg)
Suman Saha
Followers: 0 Following: 0
Electr & Comm Engg
Estadística
CLASIFICACIÓN
278.097
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
0 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
7.098 of 20.419
REPUTACIÓN
143
EVALUACIÓN MEDIA
4.00
CONTRIBUCIONES
4 Archivos
DESCARGAS
5
ALL TIME DESCARGAS
1393
CLASIFICACIÓN
418
of 157.725
CONTRIBUCIONES
19 Problemas
406 Soluciones
PUNTUACIÓN
4.005
NÚMERO DE INSIGNIAS
10
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How to Put Data into table?
clear all;clc;close all figure('Name','Di') for i=1:4 prompt =reshape(1:i*i,i,i); pause(1) t= uitable(); set(t,'Data',pr...
más de 11 años hace | 0
how to print output in gui
figure('Name','Di') prompt = {4 5 5 1 3}; uicontrol('Style','text','unit','inches','position',[1 1 1 1],'String',sum(cell2...
más de 11 años hace | 0
How to get a non integer value from uicomponent slider (Jslider) in Matlab?
function [] = ANALOGCOMM(action) if nargin<1, action='initialize'; end; if strcmp(action,'initialize') close all; ...
más de 11 años hace | 0
Having picture appear on GUI
%%%THIS IS AN GUI FUNCTION YOU CAN GET SO MANY TYPES OF BUTTONS AND THE USE %%%OF POPUP BUTTONS: 'HOW TO ASSOCIATE WITH DIFFEREN...
más de 11 años hace | 0
Reading Text File As Numbers
function SCORE2(action) if nargin<1 action='initialize'; end; if strcmp(action,'initialize') close all;clc; figNum...
más de 11 años hace | 0
Problems with executing a .m file inside a push callback
function SCORE3(action) if nargin<1 action='initialize'; end; if strcmp(action,'initialize') close all;cl...
más de 11 años hace | 0
aligning text in plots
clear all;clc;close all; x=1:10;y=1:10; plot(x,y,'ro') text([1:10]-1.5,[1:10]+1,'Point X') axis([-1 12 -1 12])
más de 11 años hace | 0