Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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 Kommentare
Stephen23
Stephen23 am 27 Jan. 2016
Bearbeitet: Stephen23 am 27 Jan. 2016
Please edit your question and give us the entire error message. That means all of the red text.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Large Files and Big Data finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by