필터 지우기
필터 지우기

iam getting error as Unexpected MATLAB expression.? and please give the code without error ?

조회 수: 1 (최근 30일)
clc;
close all;
clear all;
rgbImageInfo = imfinfo('C:\Program Files\MATLAB\R2013a\toolbox\images\imdemos\nature1.jpg')
fprintf('The Width=%d\nThe Height=%d\n',...
rgbImageInfo.Width, rgbImageInfo.Height);
Filename: 'C:\Program Files\MATLAB\R2013a\toolbox\images\imdemos\nature1.jpg'
FileModDate: '29-06-2015 2:33:35'
FileSize: 9730
Format: 'jpg'
FormatVersion: ''
Width: 210
Height: 162
BitDepth: 8
ColorType: 'truecolor'
FormatSignature: ''
NumberOfSamples: 3
CodingMethod: 'Huffman'
CodingProcess: 'Sequential'
Comment: {}
DigitalCamera: [1x1 struct]
The Width=210
The Height=162
  댓글 수: 2
Stephen23
Stephen23 2016년 1월 27일
편집: Stephen23 2016년 1월 27일
Please edit your question and give us the entire error message. That means all of the red text.
Walter Roberson
Walter Roberson 2016년 1월 27일
You appear to be showing a successful run, not an error.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Large Files and Big Data에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by