The dimensions tag has no wiki summary.
-1
votes
1answer
29 views
How to solve the “Inner matrix dimensions must agree.” in MATLAB but I do have made the dimensions the same
I have been using MATLAB to finish some work but I have encountered some problem.
MATLAB tells me that:
Error using *
Inner matrix dimensions must agree.
Error in iterationHn (line 29)
...
0
votes
1answer
14 views
What should I look at to diagnose an SSAS dimension definition error?
I'm pretty new to SSAS and am having problems presenting aggregations based on two different dates. Here is a quick rundown:
fact table:
sale measure
order date
ship date
time dimension
...
-1
votes
0answers
14 views
Layout Dimensions while making Photoshop mockup for Tablet (for website) [closed]
I want to design my website's Tablet version, so that it looks great on iPad/Tablet, what should be the dimensions i should use on photoshop to create a mockup?
1
vote
1answer
38 views
Error: “Index exceeds matrix dimensions”
The following code works when I run it on its own:
range = multi_sptime(100,end);
binary_input = binary_input2(1:range);
ssignal = signal(1:range);
signal = ssignal;% input current
clear input2
...
2
votes
2answers
54 views
How do I get natural dimensions of an image using javascript or jquery?
I have this code so far:
var img = document.getElementById('draggable');
var width = img.clientWidth;
var height = img.clientHeight;
However this gets me the html attributes - css styles. I want ...
0
votes
1answer
20 views
How to define which join a dimension is using in ssas
I have a sales fact table with two dates: order received and order shipped.
I have a time dimension table in the data source view.
I have defined two relationships between the time dimension ...
0
votes
0answers
51 views
Roles and Hierarchies in SSAS
I'm having an issue with security on an Analysis Services cube.
I have a dimension, that I need to restrict access to, based on a number of secured fields.
The dimension (Animals, for example) has 5 ...
0
votes
0answers
11 views
Code/Status Fields as a Dimension in a Star Schema for reporting
As like with most Star Schemas I am using it for Reporting\BI Solutions. Many of our Reports\Solutions will be Interactive. Meaning a lot of Slicing and Dicing through data. We do this mostly with ...
0
votes
1answer
42 views
Check the dimensions (top, bottom, left, right position) of an object (namely a GROUPED tableView) in Titanium
This may seem a strange question, but when developing for more than one platform in Appcelerator Titanium, it would be really handy to know where the elements end, since the devices have diferent ...
0
votes
0answers
11 views
Device Density Webcontent
I'm developing an hybrid app, what means, I take the content from a web server, show it in a webview and navigate threw the urls using a navigation implemented native with Java for Android. The ...
0
votes
0answers
31 views
Change padding on fancybox depending on image width
I am new to javascript and jQuery and am trying to make a slideshow using Fancybox.
The problem is that I want the images to display on a box of the same size regardless of whether they are portrait ...
3
votes
1answer
39 views
Firefox textarea sizing bug?
I'm attempting to create a fixed textarea that fills the entire width and height of the browser window using just CSS, and the following works perfectly in Chrome:
textarea {
border: 2px solid ...
0
votes
1answer
233 views
How to make correspond PhantomJS screenshot dimension with an actual webpage?
I am taking a screenshot from an webpage of mine with PhantomJS. The code is simply
var page = require('webpage').create();
page.open('Target_Zone_Selection.html', function () {
...
0
votes
1answer
48 views
Setting width / height after using setRotation
I'm building an Android app which will be used on Mini PC's / Cyclone devices powered by Android and one requirement I have is to force the app to switch into portrait orientation. My first thought ...
0
votes
0answers
12 views
Getting mismatch in the dimensions on returning
I am getting a mismatch in the dimensions of a window while calling in a method in cappuccino...
Here is my code:
var window1= [[WindowView alloc] initWithFrame:CGRectMake(0,0,600,300)];
I am ...
0
votes
2answers
47 views
Wordpress thumbnail width/height image won't change size - stuck on 300px
I've tried editing the default image size for thumbnails on wordpress through settings > media, for both medium and small images, however it doesn't seem to be making a difference.
I've also ...
0
votes
0answers
29 views
error with tests - 7/9 work - 2 methods don't - pls assist ASAP - thnx
here there fellas - here's the code for a room that has been cleaned by a robot - code is written in python
class RectangularRoom(object):
"""
A RectangularRoom represents a rectangular ...
0
votes
0answers
109 views
Live wallpaper size & dimensions
I am trying to make an android live wallpaper for Xperia P.
The resolution for the screen is 540x960.
I am trying to use this method, which is using png sequence to create the animation:
...
0
votes
4answers
84 views
Add image dimensions automatically to <img>
I scored my website on gtmetrix.com.
It recommends adding image dimensions to all my images. The thing is, I need some way of adding these automatically, so if the image changes, the dimentions are ...
0
votes
0answers
26 views
error with tests - 7/9 work - 2 methods don't - pls assist
here there fellas - here's the code for a room that has been cleaned by a robot - code is written in python
class RectangularRoom(object):
"""
A RectangularRoom represents a rectangular ...
0
votes
0answers
23 views
Locking Dimensions of an Applet Java
I am looking for a way to lock the dimensions of an Applet.
This isn't extending JApplet nor JFrame, it's extending Applet.
I have worked out that the best way would be to use this:
Dimension ...
0
votes
1answer
44 views
How do I force all WPF windows to be the same size
I have an application that has multiple windows. When I move from window to window, all other windows are hidden.
The problem I have is when I start in Window A, which is in its 'restored' state, ...
0
votes
2answers
129 views
Are iPhone retina pixels of the same physical dimensions as iPad retina pixels?
I'm designing an app that creates graphics for retina displays. One of the benefits I want to offer to the users is that the graphics designed the iPad app would look exactly the same on the iPhone.
...
1
vote
2answers
57 views
How to make a numpy array from raw input in python?
I need to write an array to a file using numpy, and I am trying to read in an array as raw input and convert it to an array. My problem seems to be coming from the line
inarray = ...
1
vote
1answer
282 views
R: “Incorrect number of dimensions” error in R — please help me understand why
Organization of this question:
I. Background
II. The Problem/Question
III. Steps Taken to Make this Question Good
IV. Update: the output of head(x.path) and dput(x.path)
I. Background
This is ...
1
vote
1answer
41 views
Xcode Storyboard New Item Full Width and Height
When I drag an object to a view in the Xcode Storyboard, it assumes the full width and height of the containing view, rather than the default dimensions. For instance, I drag a UIButton to an iPad ...
0
votes
0answers
44 views
DWT - function in matlab changing the dimensions of my matrix
I know a similar problem was put foreard previously however, I looked at the solution given and it did not help in my case. So I am attempting to carry out the DWT on an image that has been through ...
0
votes
1answer
29 views
Breaking up a dimension
We have a Dimension. The Dimension represents a full collection of codes (Lets say 10 000 codes).
For querying purposes, lets say we needed 500 codes for a specific KPI out of the Dimension.
It will ...
1
vote
1answer
16 views
Number of elements in each dimension of image
I want to give an input image to my python script, and find out the number of elements in each dimension of the input image. Is there any function in python which gives the number of elements in each ...
1
vote
3answers
177 views
C# equivalent to Delphi High() and Low() functions for arrays that maintains performance?
In Delphi there are the Low() and High() functions that return the lowermost and uppermost index dimensions for an Array. This helps eliminate error prone for loops for iterating an array that might ...
-1
votes
1answer
61 views
Measuring the distance between matrices with different dimensions
I have two matrices, one matrix with values ranging from 0-1, and another having only values of 0 and 1. I'm interested in calculating the distance only to those pixels equal to 1. In this case, I ...
0
votes
1answer
27 views
Script/code to detect screen dimensions
I have a div on my page containing images. As it is 800px high and situated 400px from the bottom of the page, my images are getting cut off from the top when viewed on smaller monitors. I am not ...
0
votes
2answers
72 views
android loading bitmap efficiently
I want to load bitmap efficiently, because frequently on 4.0+ android i get OutOfMemoryError. So i tried to use sample code from android developers page resource "Loading bitmaps efficiently".
...
0
votes
1answer
35 views
Dimension Search with given number of characters in Endeca
I have requirement to search an dimension in endeca which start with some word.For example if the dimension is Arena it can be searched with Ar or ar or Are or Aren.
How to achive this ?
What ...
1
vote
3answers
396 views
iPhone/iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found
The reason I'm posting this is that I have tried all solutions written online and none has worked for me. What is it that I am missing? Anyone can help?
While validating my app via the Archives tool ...
0
votes
2answers
51 views
Getting an image dimensions
I've got a problem with getting image dimensions. I want to know the width and height of image without its loading into document. At present I have code as follows:
function getImageSize (path) {
...
0
votes
1answer
45 views
KineticJS: is there any way of getting the height of a Sprite?
So KineticJS supports sprites, and I am using sprites in my current project. Is there any way I can get the height of a sprite object?
Because you can get the height of every single object in ...
0
votes
2answers
198 views
MDX Filter by Members
This is more of a general MDX question. I want to filter those dates from the reporting date.fiscal hierarcy. I was previously using a calculated member but I just put it in the query, it doesnt ...
0
votes
2answers
80 views
Drag & Drop a image via jQuery to get image dimensions
I using jquery-filedrop and i allowed user to upload file only PNG & JPG
But how can I check image size (like pixel) ?
Possible to get image size in file object ?
After I looked at the file ...
1
vote
2answers
118 views
How to increase a cell array size?
I have a cell array with the dimensions of: 1x11x2
I want to increase it to 3x11x2 by adding a row of ' '
How do I do that?
For ex.: Array A:
a(:,:,1) =
'Value3' '' '' 'Value1' ...
0
votes
0answers
61 views
PCA matplotlib : how to show all variable axes in pca space
I am doing PCA with matplotlib on a dataset. I plotted the pca result of the 3 first components (higher variances pourcentages/results.fracs = [0.70121966 0.1899574 0.05783709 ...]).
I have seen ...
0
votes
1answer
58 views
Should i change attributes in time dimension or create new dimension?
i have a cube which i would like to extract data from. The cube includes a Date-dimension with a hierarchy (year-quarter-month-day), but the months are only represented as integers. I would like to ...
3
votes
3answers
253 views
How to get dimensions of image file in Delphi?
I want to know width and height of an image file before opening that file.
So, how to do that?
EDIT:
This refers to jpg, bmp, png and gif types of image files.
1
vote
2answers
121 views
Understanding android dimensions
I have two devices the Desire HD (217dpi, 4,3") and the Nexus 7 (216dpi, 7"). I'm actually building the menu and get crazy about the dimensions. I'm using in general dp (Density-independent Pixels).
...
0
votes
2answers
78 views
Getting Elements width breaks out of while loop
I'm trying to break break a chunk of text into individual lines. Each line needs to have the most number of words as possible with out growing to a width that is greater than it's container.
Using ...
0
votes
1answer
38 views
How to retrieve actual window dimensions of a pop-up in IE8 ONLY? (NOT VIEWPORT)
I have a script that positions the popup in the bottom right corner of the users screen every time. However, IE8 could care less about the fact that there is more to the window than the viewport. ...
0
votes
1answer
67 views
jQuery Resizable's “also resize” no longer working - what can turn it off?
I have a div with class .box which contains an image, and I used:
$thebox = $('.box');
$thebox.resizable({ handles: 'all', alsoResize: img_id});
To resize the contained image when the div is ...
0
votes
1answer
60 views
SQL script to drop indexes for specific columns in a dimension in Oracle
Supposing If i have created indexes for a set of attributes in one or more dimensions. How can i create a SQL script to drop the indexes.
Example: If i had
index1 created for ...
0
votes
1answer
39 views
SSAS keylimit errors config
Could someone please explain to me how keyerrolimit works with the other types of errors? Let me ask, if KeyDuplicate is set to IgnoreError and KeyNotFound is set to ReportAndStop, would ...
1
vote
2answers
168 views
Sass/CSS Grid and same height/width
I have defined a grid with columns widths to fit my desired content.
Say, I then wish to place an element using the grid so I have it span 3 of the 9 columns for an approx width of 33.3%
I then wish ...




